Searched refs:SPI_MASTER_MUST_RX (Results 1 – 8 of 8) sorted by relevance
417 ctlr->flags = SPI_MASTER_MUST_RX; in mtk_spi_slave_probe()
530 controller->flags = SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX; in at91_usart_spi_probe()
777 master->flags = SPI_MASTER_MUST_TX | SPI_MASTER_MUST_RX; in pic32_spi_probe()
942 master->flags = SPI_MASTER_MUST_RX | SPI_MASTER_GPIO_SS; in davinci_spi_probe()
867 master->flags = (SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX); in meson_spicc_probe()
853 controller->flags = SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX; in fsl_lpspi_probe()
1474 host->flags = (SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX | in atmel_spi_probe()
1597 #define SPI_MASTER_MUST_RX SPI_CONTROLLER_MUST_RX macro
Completed in 36 milliseconds