Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/spi/
Dspi-rb4xx.c163 master->flags = SPI_MASTER_MUST_TX; in rb4xx_spi_probe()
Dspi-sh-msiof.c274 if (!(p->chipdata->master_flags & SPI_MASTER_MUST_TX)) in sh_msiof_spi_set_clk_regs()
339 if (p->chipdata->master_flags & SPI_MASTER_MUST_TX) { in sh_msiof_spi_set_pin_regs()
363 if (tx_buf || (p->chipdata->master_flags & SPI_MASTER_MUST_TX)) in sh_msiof_spi_set_mode_regs()
970 .master_flags = SPI_MASTER_MUST_TX,
Dspi-rspi.c1097 .flags = SPI_MASTER_MUST_TX,
1105 .flags = SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX,
1115 .flags = SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX,
Dspi-bcm2835.c466 master->flags = SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX; in bcm2835_dma_init()
Dspi-mt65xx.c518 master->flags = SPI_MASTER_MUST_TX; in mtk_spi_probe()
Dspi.c867 if (master->flags & (SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX)) { in spi_map_msg()
872 if ((master->flags & SPI_MASTER_MUST_TX) && in spi_map_msg()
Dspi-imx.c876 SPI_MASTER_MUST_TX; in spi_imx_sdma_init()
Dspi-sirf.c1128 master->flags = SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX; in spi_sirfsoc_probe()
/linux-4.4.14/include/linux/spi/
Dspi.h426 #define SPI_MASTER_MUST_TX BIT(4) /* requires tx */ macro