Searched refs:SPI_TX_OCTAL (Results 1 – 4 of 4) sorted by relevance
34 #define SPI_TX_OCTAL BIT(14) /* transmit with 8 wires */ macro
473 mode |= SPI_TX_OCTAL; in spi_slave_ofdata_to_platdata()
127 if ((tx && (mode & SPI_TX_OCTAL)) || in spi_check_buswidth_req()
2568 if (spi->mode & SPI_TX_OCTAL) in spi_nor_scan()