Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-stm32.c189 #define SPI_SIMPLEX_RX 2 macro
981 spi->cur_comm == SPI_SIMPLEX_RX || in stm32fx_spi_irq_event()
1128 (spi->mdma_rx && (spi->cur_comm == SPI_SIMPLEX_RX || in stm32h7_spi_irq_thread()
1338 spi->cur_comm == SPI_SIMPLEX_RX || in stm32fx_spi_transfer_one_irq()
1464 if (spi->cur_comm == SPI_SIMPLEX_RX || spi->cur_comm == SPI_3WIRE_RX || in stm32fx_spi_transfer_one_dma_start()
1505 if (spi->mdma_rx && (spi->cur_comm == SPI_SIMPLEX_RX || spi->cur_comm == SPI_FULL_DUPLEX)) in stm32h7_spi_transfer_one_dma_start()
1868 type = SPI_SIMPLEX_RX; in stm32_spi_communication_type()
1888 comm_type == SPI_SIMPLEX_RX) { in stm32fx_spi_set_mode()
1920 } else if (comm_type == SPI_SIMPLEX_RX) { in stm32h7_spi_set_mode()