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

/linux-master/drivers/spi/
H A Dspi-stm32.c184 #define SPI_SIMPLEX_RX 2 macro
952 spi->cur_comm == SPI_SIMPLEX_RX ||
1293 spi->cur_comm == SPI_SIMPLEX_RX ||
1366 if (spi->cur_comm == SPI_SIMPLEX_RX || spi->cur_comm == SPI_3WIRE_RX ||
1620 type = SPI_SIMPLEX_RX;
1640 comm_type == SPI_SIMPLEX_RX) {
1672 } else if (comm_type == SPI_SIMPLEX_RX) {

Completed in 212 milliseconds