Searched refs:SPI_MASTER_MUST_RX (Results 1 – 4 of 4) sorted by relevance
356 #define SPI_MASTER_MUST_RX BIT(3) /* requires rx */ macro
1111 .flags = SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX,1121 .flags = SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX,
624 if (master->flags & (SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX)) { in spi_map_msg()632 if ((master->flags & SPI_MASTER_MUST_RX) && in spi_map_msg()
868 spi_imx->bitbang.master->flags = SPI_MASTER_MUST_RX | in spi_imx_sdma_init()