Searched refs:SPI_CONTROLLER_NO_TX (Results 1 – 4 of 4) sorted by relevance
60 if ((flags & SPI_CONTROLLER_NO_TX) == 0) { in bitbang_txrx_be_cpha0()93 if ((flags & SPI_CONTROLLER_NO_TX) == 0) { in bitbang_txrx_be_cpha1()125 if ((flags & SPI_CONTROLLER_NO_TX) == 0) { in bitbang_txrx_le_cpha0()159 if ((flags & SPI_CONTROLLER_NO_TX) == 0) { in bitbang_txrx_le_cpha1()
257 flags = t->tx_buf ? SPI_CONTROLLER_NO_RX : SPI_CONTROLLER_NO_TX; in spi_bitbang_bufs()
4262 if ((flags & SPI_CONTROLLER_NO_TX) && xfer->tx_buf) in __spi_validate()
621 #define SPI_CONTROLLER_NO_TX BIT(2) /* Can't do buffer write */ macro