Home
last modified time | relevance | path

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

/linux/include/linux/spi/
A Dspi.h509 #define SPI_CONTROLLER_MUST_RX BIT(3) /* requires rx */ macro
1476 #define SPI_MASTER_MUST_RX SPI_CONTROLLER_MUST_RX
/linux/drivers/spi/
A Dspi-ingenic.c427 ctlr->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in spi_ingenic_probe()
A Dspi-rspi.c1198 .flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX,
1210 .flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX,
A Dspi-uniphier.c714 master->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in uniphier_spi_probe()
A Dspi.c1214 if ((ctlr->flags & (SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX)) in spi_map_msg()
1223 if ((ctlr->flags & SPI_CONTROLLER_MUST_RX) && in spi_map_msg()
A Dspi-pxa2xx.c1726 controller->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in pxa2xx_spi_probe()

Completed in 23 milliseconds