Searched refs:SPI_MASTER_NO_TX (Results 1 – 1 of 1) sorted by relevance
32 #define SPI_MASTER_NO_TX BIT(1) macro145 if ((plat->flags & SPI_MASTER_NO_TX) == 0) in soft_spi_xfer()230 plat->flags |= SPI_MASTER_NO_TX; in soft_spi_probe()237 if ((plat->flags & (SPI_MASTER_NO_RX | SPI_MASTER_NO_TX)) == in soft_spi_probe()238 (SPI_MASTER_NO_RX | SPI_MASTER_NO_TX)) in soft_spi_probe()