Searched refs:SPI_TX_DUAL (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/Documentation/spi/
H A Dspidev_test.c118 else if (mode & SPI_TX_DUAL) transfer()
125 if (mode & (SPI_TX_QUAD | SPI_TX_DUAL)) transfer()
234 mode |= SPI_TX_DUAL; parse_opts()
245 if (mode & SPI_TX_DUAL) parse_opts()
/linux-4.1.27/include/uapi/linux/spi/
H A Dspidev.h45 #define SPI_TX_DUAL 0x100 macro
/linux-4.1.27/drivers/spi/
H A Dspi-rspi.c926 (SPI_TX_DUAL | SPI_TX_QUAD | SPI_RX_DUAL | SPI_RX_QUAD)) { rspi_prepare_message()
1119 SPI_TX_DUAL | SPI_TX_QUAD |
H A Dspi.c1213 spi->mode |= SPI_TX_DUAL; of_register_spi_device()
1757 if (((spi->mode & SPI_TX_DUAL) && (spi->mode & SPI_TX_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()
1899 !(spi->mode & (SPI_TX_DUAL | SPI_TX_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.c72 | SPI_NO_CS | SPI_READY | SPI_TX_DUAL \
/linux-4.1.27/include/linux/spi/
H A Dspi.h91 #define SPI_TX_DUAL 0x100 /* transmit with 2 wires */ macro

Completed in 81 milliseconds