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

/linux-4.1.27/Documentation/spi/
H A Dspidev_test.c122 else if (mode & SPI_RX_DUAL) transfer()
127 else if (mode & (SPI_RX_QUAD | SPI_RX_DUAL)) transfer()
246 mode |= SPI_RX_DUAL; parse_opts()
/linux-4.1.27/include/uapi/linux/spi/
H A Dspidev.h47 #define SPI_RX_DUAL 0x400 macro
/linux-4.1.27/drivers/mtd/devices/
H A Dm25p80.c213 else if (spi->mode & SPI_RX_DUAL) m25p_probe()
/linux-4.1.27/drivers/spi/
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.c1231 spi->mode |= SPI_RX_DUAL; 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()
H A Dspi-img-spfi.c640 master->mode_bits = SPI_CPOL | SPI_CPHA | SPI_TX_DUAL | SPI_RX_DUAL; 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.h93 #define SPI_RX_DUAL 0x400 /* receive with 2 wires */ macro

Completed in 86 milliseconds