Searched refs:SPI_TX_DUAL (Results 1 – 9 of 9) sorted by relevance
29 #define SPI_TX_DUAL BIT(9) /* transmit with 2 wires */ macro
255 SPI_TX_QUAD | SPI_TX_DUAL)) in meson_spifc_set_mode()
244 (opcode == HSSPI_FIFO_OP_CODE_W && plat->mode == SPI_TX_DUAL)) in bcm63xx_hsspi_xfer()
471 mode |= SPI_TX_DUAL; in spi_slave_of_to_plat()
213 else if (mode & SPI_TX_DUAL) in ca_sflash_set_mode()
122 if ((tx && (mode & (SPI_TX_DUAL | SPI_TX_QUAD))) || in spi_check_buswidth_req()
517 else if (mode & SPI_TX_DUAL) in stm32_qspi_set_mode()
316 if (flags & (SPI_TX_DUAL | SPI_RX_DUAL)) in octeontx2_spi_xfer()
2524 if (spi->mode & SPI_TX_DUAL) in spi_nor_scan()
Completed in 17 milliseconds