Searched refs:SPI_MASTER_MUST_RX (Results 1 – 10 of 10) sorted by relevance
434 master->flags = SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX; in fsl_lpspi_probe()
562 master->flags = (SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX); in meson_spicc_probe()
1158 .flags = SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX,1168 .flags = SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX,
466 master->flags = SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX; in bcm2835_dma_init()
783 master->flags = SPI_MASTER_MUST_TX | SPI_MASTER_MUST_RX; in pic32_spi_probe()
978 master->flags = SPI_MASTER_MUST_RX; in davinci_spi_probe()
1128 master->flags = SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX; in spi_sirfsoc_probe()
1247 spi_imx->bitbang.master->flags = SPI_MASTER_MUST_RX | in spi_imx_sdma_init()
1569 master->flags = (SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX); in atmel_spi_probe()
1319 #define SPI_MASTER_MUST_RX SPI_CONTROLLER_MUST_RX macro