Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/spi/
Dspi-sh-msiof.c297 if (!(p->ctlr->flags & SPI_CONTROLLER_MUST_TX)) in sh_msiof_spi_set_clk_regs()
368 if (p->ctlr->flags & SPI_CONTROLLER_MUST_TX) { in sh_msiof_spi_set_pin_regs()
392 if (tx_buf || (p->ctlr->flags & SPI_CONTROLLER_MUST_TX)) in sh_msiof_spi_set_mode_regs()
1059 .ctlr_flags = SPI_CONTROLLER_MUST_TX,
1068 .ctlr_flags = SPI_CONTROLLER_MUST_TX,
Dspi-rspi.c1188 .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,
Dspi-sifive.c382 master->flags = SPI_CONTROLLER_MUST_TX | SPI_MASTER_GPIO_SS; in sifive_spi_probe()
Dspi-uniphier.c714 master->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in uniphier_spi_probe()
Dspi-dw-core.c896 master->flags |= SPI_CONTROLLER_MUST_TX; in dw_spi_add_host()
Dspi.c1049 if ((ctlr->flags & (SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX)) in spi_map_msg()
1055 if ((ctlr->flags & SPI_CONTROLLER_MUST_TX) && in spi_map_msg()
Dspi-pxa2xx.c1719 controller->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in pxa2xx_spi_probe()
/Linux-v5.10/include/linux/spi/
Dspi.h510 #define SPI_CONTROLLER_MUST_TX BIT(4) /* requires tx */ macro
1543 #define SPI_MASTER_MUST_TX SPI_CONTROLLER_MUST_TX