Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-at91-usart.c547 controller->flags = SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX; in at91_usart_spi_probe()
H A Dspi-pic32.c781 master->flags = SPI_MASTER_MUST_TX | SPI_MASTER_MUST_RX; in pic32_spi_probe()
H A Dspi-meson-spicc.c810 master->flags = (SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX); in meson_spicc_probe()
H A Dspi-davinci.c947 master->flags = SPI_MASTER_MUST_RX | SPI_MASTER_GPIO_SS; in davinci_spi_probe()
H A Dspi-fsl-lpspi.c849 controller->flags = SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX; in fsl_lpspi_probe()
H A Dspi-sirf.c1125 master->flags = SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX; in spi_sirfsoc_probe()
H A Dspi-imx.c1310 spi_imx->bitbang.master->flags = SPI_MASTER_MUST_RX | in spi_imx_sdma_init()
H A Dspi-atmel.c1560 master->flags = (SPI_MASTER_MUST_RX | SPI_MASTER_MUST_TX); in atmel_spi_probe()
/OK3568_Linux_fs/kernel/include/linux/spi/
H A Dspi.h1564 #define SPI_MASTER_MUST_RX SPI_CONTROLLER_MUST_RX macro