Searched refs:SPI_CONTROLLER_MUST_TX (Results 1 – 12 of 12) sorted by relevance
731 ctlr->flags = SPI_CONTROLLER_MUST_TX; in cdns_spi_probe()
762 controller->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in rzv2h_rspi_probe()
998 ctlr->flags |= SPI_CONTROLLER_MUST_TX; in dw_spi_add_controller()
989 controller->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in fsl_lpspi_probe()
2254 .flags = SPI_CONTROLLER_MUST_TX,2275 .flags = SPI_CONTROLLER_MUST_TX,
1058 host->flags = (SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX); in meson_spicc_probe()
930 spi_host->flags = SPI_CONTROLLER_MUST_TX; in pci1xxxx_spi_probe()
1120 spi->flags = SPI_CONTROLLER_MUST_TX; in spi_geni_probe()
1339 host->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in pch_spi_pd_probe()
1396 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()
1431 SPI_CONTROLLER_MUST_TX; in spi_imx_sdma_init()
623 #define SPI_CONTROLLER_MUST_TX BIT(4) /* Requires tx */ macro