Searched refs:SPI_CONTROLLER_MUST_TX (Results 1 - 22 of 22) sorted by relevance

/linux-master/drivers/spi/
H A Dspi-sh-msiof.c303 if (!(p->ctlr->flags & SPI_CONTROLLER_MUST_TX))
374 if (p->ctlr->flags & SPI_CONTROLLER_MUST_TX) {
398 if (tx_buf || (p->ctlr->flags & SPI_CONTROLLER_MUST_TX))
1065 .ctlr_flags = SPI_CONTROLLER_MUST_TX,
1074 .ctlr_flags = SPI_CONTROLLER_MUST_TX,
1083 .ctlr_flags = SPI_CONTROLLER_MUST_TX,
H A Dspi-rb4xx.c159 host->flags = SPI_CONTROLLER_MUST_TX;
H A Dspi-rspi.c1188 .flags = SPI_CONTROLLER_MUST_TX,
1198 .flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX,
1210 .flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX,
H A Dspi-sifive.c382 host->flags = SPI_CONTROLLER_MUST_TX | SPI_CONTROLLER_GPIO_SS;
H A Dspi-at91-usart.c512 controller->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX;
H A Dspi-ingenic.c437 ctlr->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX;
H A Dspi-sunplus-sp7021.c436 ctlr->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX;
H A Dspi-stm32.c1970 .flags = SPI_CONTROLLER_MUST_TX,
1991 .flags = SPI_CONTROLLER_MUST_TX,
H A Dspi-dw-core.c950 host->flags |= SPI_CONTROLLER_MUST_TX;
H A Dspi-meson-spicc.c854 host->flags = (SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX);
H A Dspi-uniphier.c714 host->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX;
H A Dspi-pic32.c772 host->flags = SPI_CONTROLLER_MUST_TX | SPI_CONTROLLER_MUST_RX;
H A Dspi-fsl-lpspi.c911 controller->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX;
H A Dspi-pci1xxxx.c826 spi_host->flags = SPI_CONTROLLER_MUST_TX;
H A Dspi-pxa2xx.c1495 controller->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX;
H A Dspi-geni-qcom.c1145 spi->flags = SPI_CONTROLLER_MUST_TX;
H A Dspi-mt65xx.c1148 host->flags = SPI_CONTROLLER_MUST_TX;
H A Dspi-atmel.c1549 host->flags = (SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX |
H A Dspi-topcliff-pch.c1339 host->flags = SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX;
H A Dspi-imx.c1367 SPI_CONTROLLER_MUST_TX;
H A Dspi.c1387 if ((ctlr->flags & (SPI_CONTROLLER_MUST_RX | SPI_CONTROLLER_MUST_TX))
1393 if ((ctlr->flags & SPI_CONTROLLER_MUST_TX) &&
/linux-master/include/linux/spi/
H A Dspi.h593 #define SPI_CONTROLLER_MUST_TX BIT(4) /* Requires tx */ macro

Completed in 475 milliseconds