Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-cadence.c731 ctlr->flags = SPI_CONTROLLER_MUST_TX; in cdns_spi_probe()
H A Dspi-rzv2h-rspi.c762 controller->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in rzv2h_rspi_probe()
H A Dspi-dw-core.c998 ctlr->flags |= SPI_CONTROLLER_MUST_TX; in dw_spi_add_controller()
H A Dspi-fsl-lpspi.c989 controller->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in fsl_lpspi_probe()
H A Dspi-stm32.c2254 .flags = SPI_CONTROLLER_MUST_TX,
2275 .flags = SPI_CONTROLLER_MUST_TX,
H A Dspi-meson-spicc.c1058 host->flags = (SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX); in meson_spicc_probe()
H A Dspi-pci1xxxx.c930 spi_host->flags = SPI_CONTROLLER_MUST_TX; in pci1xxxx_spi_probe()
H A Dspi-geni-qcom.c1120 spi->flags = SPI_CONTROLLER_MUST_TX; in spi_geni_probe()
H A Dspi-topcliff-pch.c1339 host->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in pch_spi_pd_probe()
H A Dspi.c1396 if ((ctlr->flags & (SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX)) in spi_map_msg()
1402 if ((ctlr->flags & SPI_CONTROLLER_MUST_TX) && in spi_map_msg()
H A Dspi-imx.c1431 SPI_CONTROLLER_MUST_TX; in spi_imx_sdma_init()
/linux/include/linux/spi/
H A Dspi.h623 #define SPI_CONTROLLER_MUST_TX BIT(4) /* Requires tx */ macro