Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/spi/
Dspi.h167 #define SPI_RX_OCTAL 0x4000 /* receive with 8 wires */ macro
/Linux-v5.4/drivers/spi/
Dspi-mem.c126 (!tx && (mode & SPI_RX_OCTAL))) in spi_check_buswidth_req()
Dspi.c1758 spi->mode |= SPI_RX_OCTAL; in of_spi_parse_dt()
3051 SPI_RX_DUAL | SPI_RX_QUAD | SPI_RX_OCTAL))) in spi_setup()
3066 SPI_RX_DUAL | SPI_RX_QUAD | SPI_RX_OCTAL); in spi_setup()
Dspi-nxp-fspi.c956 ctlr->mode_bits = SPI_RX_DUAL | SPI_RX_QUAD | SPI_RX_OCTAL | in nxp_fspi_probe()