Searched refs:SPI_TX_OCTAL (Results 1 – 11 of 11) sorted by relevance
131 if (mode & SPI_TX_OCTAL) in transfer()144 if (mode & (SPI_TX_OCTAL | SPI_TX_QUAD | SPI_TX_DUAL)) in transfer()290 mode |= SPI_TX_OCTAL; in parse_opts()307 if (mode & SPI_TX_OCTAL) in parse_opts()
52 #define SPI_TX_OCTAL 0x2000 macro
112 (mode & (SPI_TX_DUAL | SPI_TX_QUAD | SPI_TX_OCTAL))) || in spi_check_buswidth_req()120 if ((tx && (mode & (SPI_TX_QUAD | SPI_TX_OCTAL))) || in spi_check_buswidth_req()127 if ((tx && (mode & SPI_TX_OCTAL)) || in spi_check_buswidth_req()
65 | SPI_TX_QUAD | SPI_TX_OCTAL | SPI_RX_DUAL \
1970 spi->mode |= SPI_TX_OCTAL; in of_spi_parse_dt()3362 (SPI_TX_DUAL | SPI_TX_QUAD | SPI_TX_OCTAL | in spi_setup()3377 (SPI_TX_DUAL | SPI_TX_QUAD | SPI_TX_OCTAL | in spi_setup()
1011 SPI_TX_DUAL | SPI_TX_QUAD | SPI_TX_OCTAL; in nxp_fspi_probe()
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()
186 #define SPI_TX_OCTAL 0x2000 /* transmit with 8 wires */ macro
2500 if (spi->mode & SPI_TX_OCTAL) in spi_nor_scan()