Home
last modified time | relevance | path

Searched refs:SPI_RX_OCTAL (Results 1 – 9 of 9) sorted by relevance

/linux/tools/spi/
A Dspidev_test.c137 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()
/linux/include/uapi/linux/spi/
A Dspi.h28 #define SPI_RX_OCTAL _BITUL(14) /* receive with 8 wires */ macro
/linux/drivers/spi/
A Dspi-mem.c115 (mode & (SPI_RX_DUAL | SPI_RX_QUAD | SPI_RX_OCTAL)))) in spi_check_buswidth_req()
122 (!tx && (mode & (SPI_RX_QUAD | SPI_RX_OCTAL)))) in spi_check_buswidth_req()
129 (!tx && (mode & SPI_RX_OCTAL))) in spi_check_buswidth_req()
A Dspi-mxic.c372 if (mem->spi->mode & (SPI_TX_OCTAL | SPI_RX_OCTAL)) in mxic_spi_mem_exec_op()
590 SPI_RX_OCTAL | SPI_TX_OCTAL; in mxic_spi_probe()
A Dspi-cadence-xspi.c538 SPI_RX_DUAL | SPI_RX_QUAD | SPI_TX_OCTAL | SPI_RX_OCTAL | in cdns_xspi_probe()
A Dspidev.c66 | SPI_RX_QUAD | SPI_RX_OCTAL)
A Dspi.c2155 spi->mode |= SPI_RX_OCTAL; in of_spi_parse_dt()
3445 SPI_RX_DUAL | SPI_RX_QUAD | SPI_RX_OCTAL))) in spi_setup()
3461 SPI_RX_DUAL | SPI_RX_QUAD | SPI_RX_OCTAL); in spi_setup()
A Dspi-nxp-fspi.c1089 ctlr->mode_bits = SPI_RX_DUAL | SPI_RX_QUAD | SPI_RX_OCTAL | in nxp_fspi_probe()
A Dspi-cadence-quadspi.c1753 master->mode_bits |= SPI_RX_OCTAL | SPI_TX_OCTAL; in cqspi_probe()

Completed in 27 milliseconds