Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/spi/
Dspi.h425 #define SPI_MASTER_MUST_RX BIT(3) /* requires rx */ macro
/linux-4.4.14/drivers/spi/
Dspi-rspi.c1105 .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.c867 if (master->flags & (SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX)) { in spi_map_msg()
875 if ((master->flags & SPI_MASTER_MUST_RX) && in spi_map_msg()
Dspi-imx.c875 spi_imx->bitbang.master->flags = SPI_MASTER_MUST_RX | in spi_imx_sdma_init()
Dspi-sirf.c1128 master->flags = SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX; in spi_sirfsoc_probe()