Searched refs:SPI_RX_QUAD (Results 1 - 9 of 9) sorted by relevance

/linux-4.1.27/Documentation/spi/
H A Dspidev_test.c120 if (mode & SPI_RX_QUAD) transfer()
127 else if (mode & (SPI_RX_QUAD | SPI_RX_DUAL)) transfer()
248 mode |= SPI_RX_QUAD; parse_opts()
/linux-4.1.27/include/uapi/linux/spi/
H A Dspidev.h48 #define SPI_RX_QUAD 0x800 macro
/linux-4.1.27/drivers/mtd/devices/
H A Dm25p80.c211 if (spi->mode & SPI_RX_QUAD) m25p_probe()
/linux-4.1.27/drivers/spi/
H A Dspi.c1234 spi->mode |= SPI_RX_QUAD; of_register_spi_device()
1758 ((spi->mode & SPI_RX_DUAL) && (spi->mode & SPI_RX_QUAD))) { spi_setup()
1766 (SPI_TX_DUAL | SPI_TX_QUAD | SPI_RX_DUAL | SPI_RX_QUAD))) spi_setup()
1773 (SPI_TX_DUAL | SPI_TX_QUAD | SPI_RX_DUAL | SPI_RX_QUAD); spi_setup()
1912 !(spi->mode & (SPI_RX_DUAL | SPI_RX_QUAD))) __spi_validate()
1915 !(spi->mode & SPI_RX_QUAD)) __spi_validate()
H A Dspi-ti-qspi.c450 master->mode_bits = SPI_CPOL | SPI_CPHA | SPI_RX_DUAL | SPI_RX_QUAD; ti_qspi_probe()
H A Dspi-rspi.c926 (SPI_TX_DUAL | SPI_TX_QUAD | SPI_RX_DUAL | SPI_RX_QUAD)) { rspi_prepare_message()
1120 SPI_RX_DUAL | SPI_RX_QUAD,
H A Dspi-img-spfi.c642 master->mode_bits |= SPI_TX_QUAD | SPI_RX_QUAD; img_spfi_probe()
H A Dspidev.c73 | SPI_TX_QUAD | SPI_RX_DUAL | SPI_RX_QUAD)
/linux-4.1.27/include/linux/spi/
H A Dspi.h94 #define SPI_RX_QUAD 0x800 /* receive with 4 wires */ macro

Completed in 117 milliseconds