Searched refs:SPI_RX_DUAL (Results 1 – 9 of 9) sorted by relevance
316 if (flags & (SPI_TX_DUAL | SPI_RX_DUAL)) in octeontx2_spi_xfer()472 flags |= SPI_RX_DUAL; in octeon_spi_exec_op()490 flags |= SPI_RX_DUAL; in octeon_spi_exec_op()
254 if (mode & (SPI_CPHA | SPI_RX_QUAD | SPI_RX_DUAL | in meson_spifc_set_mode()
243 if ((opcode == HSSPI_FIFO_OP_CODE_R && plat->mode == SPI_RX_DUAL) || in bcm63xx_hsspi_xfer()
489 mode |= SPI_RX_DUAL; in spi_slave_of_to_plat()
206 else if (mode & SPI_RX_DUAL) in ca_sflash_set_mode()
123 (!tx && (mode & (SPI_RX_DUAL | SPI_RX_QUAD)))) in spi_check_buswidth_req()
510 else if (mode & SPI_RX_DUAL) in stm32_qspi_set_mode()
32 #define SPI_RX_DUAL BIT(12) /* receive with 2 wires */ macro
2521 } else if (spi->mode & SPI_RX_DUAL) { in spi_nor_scan()
Completed in 17 milliseconds