Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/spi/
Dspi-stm32.c160 #define SPI_SIMPLEX_TX 1 macro
763 if (!spi->cur_usedma && (spi->cur_comm == SPI_SIMPLEX_TX || in stm32f4_spi_irq_event()
916 (spi->cur_comm == SPI_SIMPLEX_TX || spi->cur_comm == SPI_3WIRE_TX)) in stm32h7_spi_irq_thread()
1018 if (spi->cur_comm == SPI_SIMPLEX_TX || spi->cur_comm == SPI_3WIRE_TX) { in stm32f4_spi_dma_tx_cb()
1102 if (spi->cur_comm == SPI_SIMPLEX_TX || spi->cur_comm == SPI_3WIRE_TX) { in stm32f4_spi_transfer_one_irq()
1204 if (spi->cur_comm == SPI_SIMPLEX_TX || spi->cur_comm == SPI_3WIRE_TX) in stm32h7_spi_transfer_one_dma_start()
1279 if (spi->cur_comm == SPI_SIMPLEX_TX || in stm32_spi_transfer_one_dma()
1399 type = SPI_SIMPLEX_TX; in stm32_spi_communication_type()
1412 if (comm_type == SPI_3WIRE_TX || comm_type == SPI_SIMPLEX_TX) { in stm32f4_spi_set_mode()
1451 } else if (comm_type == SPI_SIMPLEX_TX) { in stm32h7_spi_set_mode()