Searched refs:SPI_TX_QUAD (Results 1 – 6 of 6) sorted by relevance
228 if (mode & SPI_TX_QUAD) { in _stm32_qspi_gen_ccr()603 if (mode & SPI_TX_QUAD) in stm32_qspi_set_mode()604 priv->mode |= SPI_TX_QUAD; in stm32_qspi_set_mode()608 priv->mode &= ~(SPI_TX_QUAD | SPI_TX_DUAL); in stm32_qspi_set_mode()619 if (mode & SPI_TX_QUAD) in stm32_qspi_set_mode()
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()
470 mode |= SPI_TX_QUAD; in spi_slave_ofdata_to_platdata()
30 #define SPI_TX_QUAD BIT(10) /* transmit with 4 wires */ macro
1263 if (info->flags & WR_QPP && spi->mode & SPI_TX_QUAD) in spi_flash_scan()
2575 if (spi->mode & SPI_TX_QUAD) in spi_nor_scan()