Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/spi/
H A Dspi.h28 #define SPI_RX_OCTAL _BITUL(14) /* receive with 8 wires */ macro
/openbmc/linux/tools/spi/
H 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()
329 mode |= SPI_RX_OCTAL; in parse_opts()
/openbmc/linux/drivers/spi/
H A Dspi-mem.c116 (mode & (SPI_RX_DUAL | SPI_RX_QUAD | SPI_RX_OCTAL)))) in spi_check_buswidth_req()
123 (!tx && (mode & (SPI_RX_QUAD | SPI_RX_OCTAL)))) in spi_check_buswidth_req()
130 (!tx && (mode & SPI_RX_OCTAL))) in spi_check_buswidth_req()
H A Dspi-mxic.c301 if (spi->mode & (SPI_TX_OCTAL | SPI_RX_OCTAL)) in mxic_spi_prep_hc_cfg()
801 SPI_RX_OCTAL | SPI_TX_OCTAL; in mxic_spi_probe()
H A Dspi-stm32-qspi.c655 mode = spi->mode & (SPI_TX_OCTAL | SPI_RX_OCTAL); in stm32_qspi_setup()
847 | SPI_TX_DUAL | SPI_TX_QUAD | SPI_RX_OCTAL; in stm32_qspi_probe()
H A Dspi-sn-f-ospi.c614 | SPI_RX_DUAL | SPI_RX_QUAD | SPI_RX_OCTAL in f_ospi_probe()
H A Dspidev.c66 | SPI_RX_QUAD | SPI_RX_OCTAL \
H A Dspi.c2291 spi->mode |= SPI_RX_OCTAL; in of_spi_parse_dt()
3761 SPI_RX_DUAL | SPI_RX_QUAD | SPI_RX_OCTAL))) in spi_setup()
3773 SPI_RX_DUAL | SPI_RX_QUAD | SPI_RX_OCTAL); in spi_setup()
H A Dspi-nxp-fspi.c1151 ctlr->mode_bits = SPI_RX_DUAL | SPI_RX_QUAD | SPI_RX_OCTAL | in nxp_fspi_probe()
H A Dspi-cadence-quadspi.c1811 host->mode_bits |= SPI_RX_OCTAL | SPI_TX_OCTAL; in cqspi_probe()