Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/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()
/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-bitbang-txrx.h58 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()
H A Dspi-lp8841-rtc.c78 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()
H A Dspi-gpio.c389 master->flags = SPI_MASTER_NO_TX; in spi_gpio_probe()
407 if (master->flags & SPI_MASTER_NO_TX) { in spi_gpio_probe()
H A Dspi-bitbang.c248 flags = t->tx_buf ? SPI_MASTER_NO_RX : SPI_MASTER_NO_TX; in spi_bitbang_bufs()
/OK3568_Linux_fs/kernel/include/linux/spi/
H A Dspi.h1563 #define SPI_MASTER_NO_TX SPI_CONTROLLER_NO_TX macro