Searched refs:SPI_MASTER_MUST_RX (Results 1 – 6 of 6) sorted by relevance
425 #define SPI_MASTER_MUST_RX BIT(3) /* requires rx */ macro
1105 .flags = SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX,1115 .flags = SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX,
466 master->flags = SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX; in bcm2835_dma_init()
867 if (master->flags & (SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX)) { in spi_map_msg()875 if ((master->flags & SPI_MASTER_MUST_RX) && in spi_map_msg()
875 spi_imx->bitbang.master->flags = SPI_MASTER_MUST_RX | in spi_imx_sdma_init()
1128 master->flags = SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX; in spi_sirfsoc_probe()