Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-stm32.c163 #define SPI_3WIRE_TX 3 macro
786 spi->cur_comm == SPI_3WIRE_TX)) { in stm32f4_spi_irq_event()
938 (spi->cur_comm == SPI_SIMPLEX_TX || spi->cur_comm == SPI_3WIRE_TX)) in stm32h7_spi_irq_thread()
1045 if (spi->cur_comm == SPI_SIMPLEX_TX || spi->cur_comm == SPI_3WIRE_TX) { in stm32f4_spi_dma_tx_cb()
1129 if (spi->cur_comm == SPI_SIMPLEX_TX || spi->cur_comm == SPI_3WIRE_TX) { in stm32f4_spi_transfer_one_irq()
1232 if (spi->cur_comm == SPI_SIMPLEX_TX || spi->cur_comm == SPI_3WIRE_TX) in stm32h7_spi_transfer_one_dma_start()
1309 spi->cur_comm == SPI_3WIRE_TX) { in stm32_spi_transfer_one_dma()
1423 type = SPI_3WIRE_TX; in stm32_spi_communication_type()
1441 if (comm_type == SPI_3WIRE_TX || comm_type == SPI_SIMPLEX_TX) { in stm32f4_spi_set_mode()
1475 } else if (comm_type == SPI_3WIRE_TX) { in stm32h7_spi_set_mode()
[all...]
/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-stm32.c167 #define SPI_3WIRE_TX 3 macro
819 spi->cur_comm == SPI_3WIRE_TX)) { in stm32f4_spi_irq_event()
1057 if (spi->cur_comm == SPI_SIMPLEX_TX || spi->cur_comm == SPI_3WIRE_TX) { in stm32f4_spi_dma_tx_cb()
1166 if (spi->cur_comm == SPI_SIMPLEX_TX || spi->cur_comm == SPI_3WIRE_TX) { in stm32f4_spi_transfer_one_irq()
1342 spi->cur_comm == SPI_3WIRE_TX) { in stm32_spi_transfer_one_dma()
1459 type = SPI_3WIRE_TX; in stm32_spi_communication_type()
1477 if (comm_type == SPI_3WIRE_TX || comm_type == SPI_SIMPLEX_TX) { in stm32f4_spi_set_mode()
1511 } else if (comm_type == SPI_3WIRE_TX) { in stm32h7_spi_set_mode()

Completed in 6 milliseconds