Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/spi/
A Dspi.h553 #define SPI_CONTROLLER_MUST_RX BIT(3) /* Requires rx */ macro
1597 #define SPI_MASTER_MUST_RX SPI_CONTROLLER_MUST_RX
/linux-6.3-rc2/drivers/spi/
A Dspi-ingenic.c434 ctlr->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in spi_ingenic_probe()
A Dspi-rspi.c1200 .flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX,
1212 .flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX,
A Dspi-sunplus-sp7021.c436 ctlr->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in sp7021_spi_controller_probe()
A Dspi-uniphier.c714 master->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in uniphier_spi_probe()
A Dspi-pxa2xx.c1495 controller->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in pxa2xx_spi_probe()
A Dspi.c1292 if ((ctlr->flags & (SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX)) in spi_map_msg()
1301 if ((ctlr->flags & SPI_CONTROLLER_MUST_RX) && in spi_map_msg()
A Dspi-imx.c1327 spi_imx->controller->flags = SPI_CONTROLLER_MUST_RX | in spi_imx_sdma_init()
A Dspi-topcliff-pch.c1339 master->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in pch_spi_pd_probe()

Completed in 38 milliseconds