Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-ingenic.c437 ctlr->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in spi_ingenic_probe()
H A Dspi-slave-mt27xx.c417 ctlr->flags = SPI_CONTROLLER_MUST_RX; in mtk_spi_slave_probe()
H A Dspi-meson-spicc.c860 host->flags = (SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX); in meson_spicc_probe()
H A Dspi-davinci.c935 host->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_GPIO_SS; in davinci_spi_probe()
H A Dspi-fsl-lpspi.c947 controller->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in fsl_lpspi_probe()
H A Dspi-pxa2xx.c1309 controller->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in pxa2xx_spi_probe()
H A Dspi-imx.c1418 spi_imx->controller->flags = SPI_CONTROLLER_MUST_RX | in spi_imx_sdma_init()
H A Dspi.c1390 if ((ctlr->flags & (SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX)) in spi_map_msg()
1399 if ((ctlr->flags & SPI_CONTROLLER_MUST_RX) && in spi_map_msg()
/linux/include/linux/spi/
H A Dspi.h592 #define SPI_CONTROLLER_MUST_RX BIT(3) /* Requires rx */ macro