Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/spi/
H A Dcf_spi.c122 ctrl |= DSPI_TFR_CONT; in cfspi_xfer()
150 ctrl &= ~DSPI_TFR_CONT; in cfspi_xfer()
H A Dfsl_dspi.c269 ctrl |= DSPI_TFR_CONT; in dspi_xfer()
271 ctrl = ctrl & DSPI_TFR_CONT; in dspi_xfer()
298 ctrl &= ~DSPI_TFR_CONT; in dspi_xfer()
/OK3568_Linux_fs/u-boot/arch/m68k/include/asm/coldfire/
H A Ddspi.h116 #define DSPI_TFR_CONT (0x80000000) macro
/OK3568_Linux_fs/u-boot/include/
H A Dfsl_dspi.h124 #define DSPI_TFR_CONT 0x80000000 macro