Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/spi/
Dspi-sh-msiof.c301 if (!(p->ctlr->flags & SPI_CONTROLLER_MUST_TX)) in sh_msiof_spi_set_clk_regs()
372 if (p->ctlr->flags & SPI_CONTROLLER_MUST_TX) { in sh_msiof_spi_set_pin_regs()
396 if (tx_buf || (p->ctlr->flags & SPI_CONTROLLER_MUST_TX)) in sh_msiof_spi_set_mode_regs()
1063 .ctlr_flags = SPI_CONTROLLER_MUST_TX,
1072 .ctlr_flags = SPI_CONTROLLER_MUST_TX,
Dspi-rspi.c1190 .flags = SPI_CONTROLLER_MUST_TX,
1200 .flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX,
1212 .flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX,
Dspi-sifive.c382 master->flags = SPI_CONTROLLER_MUST_TX | SPI_MASTER_GPIO_SS; in sifive_spi_probe()
Dspi-ingenic.c434 ctlr->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in spi_ingenic_probe()
Dspi-sunplus-sp7021.c436 ctlr->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in sp7021_spi_controller_probe()
Dspi-uniphier.c714 master->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in uniphier_spi_probe()
Dspi-dw-core.c952 master->flags |= SPI_CONTROLLER_MUST_TX; in dw_spi_add_host()
Dspi-pxa2xx.c1614 controller->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in pxa2xx_spi_probe()
Dspi.c1281 if ((ctlr->flags & (SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX)) in spi_map_msg()
1287 if ((ctlr->flags & SPI_CONTROLLER_MUST_TX) && in spi_map_msg()
Dspi-imx.c1336 SPI_CONTROLLER_MUST_TX; in spi_imx_sdma_init()
Dspi-topcliff-pch.c1339 master->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in pch_spi_pd_probe()
/Linux-v6.1/include/linux/spi/
Dspi.h531 #define SPI_CONTROLLER_MUST_TX BIT(4) /* Requires tx */ macro
1530 #define SPI_MASTER_MUST_TX SPI_CONTROLLER_MUST_TX