Home
last modified time | relevance | path

Searched refs:SPI_CONTROLLER_MUST_TX (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/spi/
H A Dspi-ingenic.c437 ctlr->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in spi_ingenic_probe()
H A Dspi-meson-spicc.c860 host->flags = (SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX); in meson_spicc_probe()
H A Dspi-dw-core.c968 host->flags |= SPI_CONTROLLER_MUST_TX; in dw_spi_add_host()
H A Dspi-fsl-lpspi.c947 controller->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in fsl_lpspi_probe()
H A Dspi-pci1xxxx.c827 spi_host->flags = SPI_CONTROLLER_MUST_TX; in pci1xxxx_spi_probe()
H A Dspi-geni-qcom.c1157 spi->flags = SPI_CONTROLLER_MUST_TX; in spi_geni_probe()
H A Dspi-pxa2xx.c1309 controller->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in pxa2xx_spi_probe()
H A Dspi-imx.c1419 SPI_CONTROLLER_MUST_TX; in spi_imx_sdma_init()
H A Dspi.c1390 if ((ctlr->flags & (SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX)) in spi_map_msg()
1396 if ((ctlr->flags & SPI_CONTROLLER_MUST_TX) && in spi_map_msg()
/linux/include/linux/spi/
H A Dspi.h593 #define SPI_CONTROLLER_MUST_TX BIT(4) /* Requires tx */ macro