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

/linux-master/drivers/spi/
H A Dspi-stm32.c315 * @cur_comm: SPI communication mode
347 unsigned int cur_comm; member in struct:stm32_spi
944 if (!spi->cur_usedma && (spi->cur_comm == SPI_SIMPLEX_TX ||
945 spi->cur_comm == SPI_3WIRE_TX)) {
951 if (!spi->cur_usedma && (spi->cur_comm == SPI_FULL_DUPLEX ||
952 spi->cur_comm == SPI_SIMPLEX_RX ||
953 spi->cur_comm == SPI_3WIRE_RX)) {
1054 if ((spi->cur_comm == SPI_FULL_DUPLEX) && !spi->cur_usedma)
1095 (spi->cur_comm == SPI_SIMPLEX_TX || spi->cur_comm
[all...]

Completed in 115 milliseconds