Home
last modified time | relevance | path

Searched refs:DSPI_TFR_CONT (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/drivers/spi/
Dcf_spi.c121 ctrl |= DSPI_TFR_CONT; in cfspi_xfer()
149 ctrl &= ~DSPI_TFR_CONT; in cfspi_xfer()
Dfsl_dspi.c268 ctrl |= DSPI_TFR_CONT; in dspi_xfer()
270 ctrl = ctrl & DSPI_TFR_CONT; in dspi_xfer()
297 ctrl &= ~DSPI_TFR_CONT; in dspi_xfer()
/external/u-boot/arch/m68k/include/asm/coldfire/
Ddspi.h115 #define DSPI_TFR_CONT (0x80000000) macro
/external/u-boot/include/
Dfsl_dspi.h123 #define DSPI_TFR_CONT 0x80000000 macro