Home
last modified time | relevance | path

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

/u-boot/include/
A Dfsl_dspi.h124 #define DSPI_TFR_CONT 0x80000000 macro
/u-boot/arch/m68k/include/asm/coldfire/
A Ddspi.h115 #define DSPI_TFR_CONT (0x80000000) macro
/u-boot/drivers/spi/
A Dfsl_dspi.c269 ctrl |= DSPI_TFR_CONT; in dspi_xfer()
271 ctrl = ctrl & DSPI_TFR_CONT; in dspi_xfer()
309 ctrl &= ~DSPI_TFR_CONT; in dspi_xfer()
A Dcf_spi.c170 ctrl |= DSPI_TFR_CONT; in coldfire_spi_xfer()
199 ctrl &= ~DSPI_TFR_CONT; in coldfire_spi_xfer()

Completed in 6 milliseconds