Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/spi/
Dspi.h530 #define SPI_CONTROLLER_MUST_RX BIT(3) /* Requires rx */ macro
1529 #define SPI_MASTER_MUST_RX SPI_CONTROLLER_MUST_RX
/Linux-v6.1/drivers/spi/
Dspi-ingenic.c434 ctlr->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in spi_ingenic_probe()
Dspi-rspi.c1200 .flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX,
1212 .flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX,
Dspi-sunplus-sp7021.c436 ctlr->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in sp7021_spi_controller_probe()
Dspi-uniphier.c714 master->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in uniphier_spi_probe()
Dspi-pxa2xx.c1614 controller->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in pxa2xx_spi_probe()
Dspi.c1281 if ((ctlr->flags & (SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX)) in spi_map_msg()
1290 if ((ctlr->flags & SPI_CONTROLLER_MUST_RX) && in spi_map_msg()
Dspi-imx.c1335 spi_imx->controller->flags = SPI_CONTROLLER_MUST_RX | in spi_imx_sdma_init()
Dspi-topcliff-pch.c1339 master->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in pch_spi_pd_probe()