Searched refs:DSPI_TFR_CONT (Results 1 – 4 of 4) sorted by relevance
124 #define DSPI_TFR_CONT 0x80000000 macro
115 #define DSPI_TFR_CONT (0x80000000) macro
269 ctrl |= DSPI_TFR_CONT; in dspi_xfer()271 ctrl = ctrl & DSPI_TFR_CONT; in dspi_xfer()309 ctrl &= ~DSPI_TFR_CONT; in dspi_xfer()
170 ctrl |= DSPI_TFR_CONT; in coldfire_spi_xfer()199 ctrl &= ~DSPI_TFR_CONT; in coldfire_spi_xfer()
Completed in 6 milliseconds