Searched refs:SPI_RX_OCTAL (Results 1 – 12 of 12) sorted by relevance
137 if (mode & SPI_RX_OCTAL) in transfer()146 else if (mode & (SPI_RX_OCTAL | SPI_RX_QUAD | SPI_RX_DUAL)) in transfer()308 mode |= SPI_RX_OCTAL; in parse_opts()
53 #define SPI_RX_OCTAL 0x4000 macro
114 (mode & (SPI_RX_DUAL | SPI_RX_QUAD | SPI_RX_OCTAL)))) in spi_check_buswidth_req()121 (!tx && (mode & (SPI_RX_QUAD | SPI_RX_OCTAL)))) in spi_check_buswidth_req()128 (!tx && (mode & SPI_RX_OCTAL))) in spi_check_buswidth_req()
66 | SPI_RX_QUAD | SPI_RX_OCTAL)
1991 spi->mode |= SPI_RX_OCTAL; in of_spi_parse_dt()3363 SPI_RX_DUAL | SPI_RX_QUAD | SPI_RX_OCTAL))) in spi_setup()3378 SPI_RX_DUAL | SPI_RX_QUAD | SPI_RX_OCTAL); in spi_setup()
1010 ctlr->mode_bits = SPI_RX_DUAL | SPI_RX_QUAD | SPI_RX_OCTAL | in nxp_fspi_probe()
1289 master->mode_bits |= SPI_RX_OCTAL; in cqspi_probe()
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()
187 #define SPI_RX_OCTAL 0x4000 /* receive with 8 wires */ macro
2497 if (spi->mode & SPI_RX_OCTAL) { in spi_nor_scan()