Searched refs:SPI_RX_OCTAL (Results 1 – 9 of 9) 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
41 #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()3358 SPI_RX_DUAL | SPI_RX_QUAD | SPI_RX_OCTAL))) in spi_setup()3373 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()
186 #define SPI_RX_OCTAL 0x4000 /* receive with 8 wires */ macro