Searched refs:SPI_CONTROLLER_MUST_TX (Results 1 – 22 of 22) sorted by relevance
303 if (!(p->ctlr->flags & SPI_CONTROLLER_MUST_TX)) in sh_msiof_spi_set_clk_regs()374 if (p->ctlr->flags & SPI_CONTROLLER_MUST_TX) { in sh_msiof_spi_set_pin_regs()398 if (tx_buf || (p->ctlr->flags & SPI_CONTROLLER_MUST_TX)) in sh_msiof_spi_set_mode_regs()1065 .ctlr_flags = SPI_CONTROLLER_MUST_TX,1074 .ctlr_flags = SPI_CONTROLLER_MUST_TX,1083 .ctlr_flags = SPI_CONTROLLER_MUST_TX,
159 host->flags = SPI_CONTROLLER_MUST_TX; in rb4xx_spi_probe()
1188 .flags = SPI_CONTROLLER_MUST_TX,1198 .flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX,1210 .flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX,
382 host->flags = SPI_CONTROLLER_MUST_TX | SPI_CONTROLLER_GPIO_SS; in sifive_spi_probe()
370 spi_host->flags = SPI_CONTROLLER_MUST_TX; in pci1xxxx_spi_probe()
434 ctlr->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in spi_ingenic_probe()
526 controller->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in at91_usart_spi_probe()
436 ctlr->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in sp7021_spi_controller_probe()
714 master->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in uniphier_spi_probe()
776 host->flags = SPI_CONTROLLER_MUST_TX | SPI_CONTROLLER_MUST_RX; in pic32_spi_probe()
866 master->flags = (SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX); in meson_spicc_probe()
941 controller->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in fsl_lpspi_probe()
950 host->flags |= SPI_CONTROLLER_MUST_TX; in dw_spi_add_host()
1149 spi->flags = SPI_CONTROLLER_MUST_TX; in spi_geni_probe()
1147 master->flags = SPI_CONTROLLER_MUST_TX; in mtk_spi_probe()
1495 controller->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in pxa2xx_spi_probe()
1552 host->flags = (SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX | in atmel_spi_probe()
1287 if ((ctlr->flags & (SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX)) in spi_map_msg()1293 if ((ctlr->flags & SPI_CONTROLLER_MUST_TX) && in spi_map_msg()
1339 master->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in pch_spi_pd_probe()
1764 .flags = SPI_CONTROLLER_MUST_TX,
1357 SPI_CONTROLLER_MUST_TX; in spi_imx_sdma_init()
567 #define SPI_CONTROLLER_MUST_TX BIT(4) /* Requires tx */ macro