Searched refs:SPI_CONTROLLER_MUST_TX (Results 1 – 22 of 22) sorted by relevance
159 host->flags = SPI_CONTROLLER_MUST_TX; in rb4xx_spi_probe()
300 if (!(p->ctlr->flags & SPI_CONTROLLER_MUST_TX)) in sh_msiof_spi_set_clk_regs()371 if (p->ctlr->flags & SPI_CONTROLLER_MUST_TX) { in sh_msiof_spi_set_pin_regs()395 if (tx_buf || (p->ctlr->flags & SPI_CONTROLLER_MUST_TX)) in sh_msiof_spi_set_mode_regs()1062 .ctlr_flags = SPI_CONTROLLER_MUST_TX,1071 .ctlr_flags = SPI_CONTROLLER_MUST_TX,
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()
434 ctlr->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in spi_ingenic_probe()
368 spi_host->flags = SPI_CONTROLLER_MUST_TX; in pci1xxxx_spi_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()
776 host->flags = SPI_CONTROLLER_MUST_TX | SPI_CONTROLLER_MUST_RX; in pic32_spi_probe()
714 master->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in uniphier_spi_probe()
950 host->flags |= SPI_CONTROLLER_MUST_TX; in dw_spi_add_host()
911 controller->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in fsl_lpspi_probe()
866 master->flags = (SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX); in meson_spicc_probe()
1145 spi->flags = SPI_CONTROLLER_MUST_TX; in spi_geni_probe()
1145 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()
1474 host->flags = (SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX | in atmel_spi_probe()
1273 if ((ctlr->flags & (SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX)) in spi_map_msg()1279 if ((ctlr->flags & SPI_CONTROLLER_MUST_TX) && in spi_map_msg()
1359 SPI_CONTROLLER_MUST_TX; in spi_imx_sdma_init()
1764 .flags = SPI_CONTROLLER_MUST_TX,
1339 master->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in pch_spi_pd_probe()
567 #define SPI_CONTROLLER_MUST_TX BIT(4) /* Requires tx */ macro