Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/spi/
H A Dsoft_spi.c32 #define SPI_MASTER_NO_RX BIT(0) macro
154 if ((plat->flags & SPI_MASTER_NO_RX) == 0) in soft_spi_xfer()
243 plat->flags |= SPI_MASTER_NO_RX; 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()