Searched refs:SPI_RX_OCTAL (Results 1 – 4 of 4) sorted by relevance
35 #define SPI_RX_OCTAL BIT(15) /* receive with 8 wires */ macro
491 mode |= SPI_RX_OCTAL; in spi_slave_ofdata_to_platdata()
128 (!tx && (mode & SPI_RX_OCTAL))) in spi_check_buswidth_req()
2565 if (spi->mode & SPI_RX_OCTAL) { in spi_nor_scan()