Searched refs:SPI_TX_QUAD (Results 1 – 8 of 8) sorted by relevance
30 #define SPI_TX_QUAD BIT(10) /* transmit with 4 wires */ macro
122 if ((tx && (mode & (SPI_TX_DUAL | SPI_TX_QUAD))) || in spi_check_buswidth_req()129 if ((tx && (mode & SPI_TX_QUAD)) || in spi_check_buswidth_req()
255 SPI_TX_QUAD | SPI_TX_DUAL)) in meson_spifc_set_mode()
474 mode |= SPI_TX_QUAD; in spi_slave_of_to_plat()
211 if (mode & SPI_TX_QUAD) in ca_sflash_set_mode()
515 if (mode & SPI_TX_QUAD) in stm32_qspi_set_mode()
318 if (flags & (SPI_TX_QUAD | SPI_RX_QUAD)) in octeontx2_spi_xfer()
2517 if (spi->mode & SPI_TX_QUAD) in spi_nor_scan()
Completed in 21 milliseconds