Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/spi/
Dspi-rb4xx.c163 master->flags = SPI_MASTER_MUST_TX; in rb4xx_spi_probe()
Dspi-sh-msiof.c294 if (!(p->master->flags & SPI_MASTER_MUST_TX)) in sh_msiof_spi_set_clk_regs()
365 if (p->master->flags & SPI_MASTER_MUST_TX) { in sh_msiof_spi_set_pin_regs()
389 if (tx_buf || (p->master->flags & SPI_MASTER_MUST_TX)) in sh_msiof_spi_set_mode_regs()
1060 .master_flags = SPI_MASTER_MUST_TX,
1067 .master_flags = SPI_MASTER_MUST_TX,
Dspi-rspi.c1150 .flags = SPI_MASTER_MUST_TX,
1158 .flags = SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX,
1168 .flags = SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX,
Dspi-fsl-lpspi.c434 master->flags = SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX; in fsl_lpspi_probe()
Dspi-meson-spicc.c562 master->flags = (SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX); in meson_spicc_probe()
Dspi-bcm2835.c466 master->flags = SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX; in bcm2835_dma_init()
Dspi-pic32.c783 master->flags = SPI_MASTER_MUST_TX | SPI_MASTER_MUST_RX; in pic32_spi_probe()
Dspi-mt65xx.c611 master->flags = SPI_MASTER_MUST_TX; in mtk_spi_probe()
Dspi-sirf.c1128 master->flags = SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX; in spi_sirfsoc_probe()
Dspi-imx.c1248 SPI_MASTER_MUST_TX; in spi_imx_sdma_init()
Dspi-atmel.c1569 master->flags = (SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX); in atmel_spi_probe()
/Linux-v4.19/include/linux/spi/
Dspi.h1320 #define SPI_MASTER_MUST_TX SPI_CONTROLLER_MUST_TX macro