Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/spi/
H A Dsoft_spi.c32 #define SPI_MASTER_NO_TX BIT(1) macro
145 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()