Home
last modified time | relevance | path

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

/linux/include/linux/spi/
H A Dspi.h622 #define SPI_CONTROLLER_MUST_RX BIT(3) /* Requires rx */ macro
/linux/drivers/spi/
H A Dspi-rzv2h-rspi.c762 controller->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in rzv2h_rspi_probe()
H A Dspi-davinci.c994 host->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_GPIO_SS; in davinci_spi_probe()
H A Dspi-fsl-lpspi.c989 controller->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in fsl_lpspi_probe()
H A Dspi-meson-spicc.c1058 host->flags = (SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX); in meson_spicc_probe()
H A Dspi-topcliff-pch.c1339 host->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX; in pch_spi_pd_probe()
H A Dspi.c1396 if ((ctlr->flags & (SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX)) in spi_map_msg()
1405 if ((ctlr->flags & SPI_CONTROLLER_MUST_RX) && in spi_map_msg()
H A Dspi-imx.c1430 spi_imx->controller->flags = SPI_CONTROLLER_MUST_RX | in spi_imx_sdma_init()