Searched refs:SPI_MASTER_NO_TX (Results 1 – 6 of 6) sorted by relevance
33 #define SPI_MASTER_NO_TX BIT(1) macro146 if ((plat->flags & SPI_MASTER_NO_TX) == 0) in soft_spi_xfer()235 plat->flags |= SPI_MASTER_NO_TX; in soft_spi_probe()246 if ((plat->flags & (SPI_MASTER_NO_RX | SPI_MASTER_NO_TX)) == in soft_spi_probe()247 (SPI_MASTER_NO_RX | SPI_MASTER_NO_TX)) in soft_spi_probe()
58 if ((flags & SPI_MASTER_NO_TX) == 0) { in bitbang_txrx_be_cpha0()91 if ((flags & SPI_MASTER_NO_TX) == 0) { in bitbang_txrx_be_cpha1()
78 if ((flags & SPI_MASTER_NO_TX) == 0) in bitbang_txrx_be_cpha0_lsb()124 SPI_MASTER_NO_TX, word, 8); in spi_lp8841_rtc_transfer_one()
389 master->flags = SPI_MASTER_NO_TX; in spi_gpio_probe()407 if (master->flags & SPI_MASTER_NO_TX) { in spi_gpio_probe()
248 flags = t->tx_buf ? SPI_MASTER_NO_RX : SPI_MASTER_NO_TX; in spi_bitbang_bufs()
1563 #define SPI_MASTER_NO_TX SPI_CONTROLLER_NO_TX macro