Home
last modified time | relevance | path

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

/linux/drivers/spi/
A 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,
A 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,
A Dspi-sifive.c382 master->flags = SPI_CONTROLLER_MUST_TX | SPI_MASTER_GPIO_SS; in sifive_spi_probe()
A Dspi-ingenic.c427 ctlr->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in spi_ingenic_probe()
A Dspi-uniphier.c714 master->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in uniphier_spi_probe()
A Dspi-dw-core.c926 master->flags |= SPI_CONTROLLER_MUST_TX; in dw_spi_add_host()
A Dspi.c1214 if ((ctlr->flags & (SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX)) in spi_map_msg()
1220 if ((ctlr->flags & SPI_CONTROLLER_MUST_TX) && in spi_map_msg()
A Dspi-pxa2xx.c1726 controller->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in pxa2xx_spi_probe()
/linux/include/linux/spi/
A Dspi.h510 #define SPI_CONTROLLER_MUST_TX BIT(4) /* requires tx */ macro
1477 #define SPI_MASTER_MUST_TX SPI_CONTROLLER_MUST_TX

Completed in 28 milliseconds