Searched refs:SPI_TX_QUAD (Results 1 – 8 of 8) sorted by relevance
114 if ((tx && (mode & (SPI_TX_DUAL | SPI_TX_QUAD))) || in spi_check_buswidth_req()121 if ((tx && (mode & SPI_TX_QUAD)) || in spi_check_buswidth_req()
253 SPI_TX_QUAD | SPI_TX_DUAL)) in meson_spifc_set_mode()
149 if ((slave->mode & SPI_TX_QUAD) || (slave->mode & SPI_RX_QUAD)) in sifive_spi_prep_transfer()
446 mode |= SPI_TX_QUAD; in spi_slave_ofdata_to_platdata()
506 if (mode & SPI_TX_QUAD) in stm32_qspi_set_mode()
707 if (tx_width & SPI_TX_QUAD) in cadence_qspi_apb_indirect_write_setup()
29 #define SPI_TX_QUAD BIT(10) /* transmit with 4 wires */ macro
2440 if (spi->mode & SPI_TX_QUAD) in spi_nor_scan()