Home
last modified time | relevance | path

Searched refs:SPI_MASTER_MUST_RX (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/drivers/spi/
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-rspi.c1158 .flags = SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX,
1168 .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-pic32.c783 master->flags = SPI_MASTER_MUST_TX | SPI_MASTER_MUST_RX; in pic32_spi_probe()
Dspi-davinci.c978 master->flags = SPI_MASTER_MUST_RX; in davinci_spi_probe()
Dspi-sirf.c1128 master->flags = SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX; in spi_sirfsoc_probe()
Dspi-imx.c1247 spi_imx->bitbang.master->flags = SPI_MASTER_MUST_RX | 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.h1319 #define SPI_MASTER_MUST_RX SPI_CONTROLLER_MUST_RX macro