Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/spi/
H A Dsoft_spi.c33 #define SPI_MASTER_NO_TX BIT(1) macro
146 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()