Searched refs:SPI_3WIRE (Results 1 - 14 of 14) sorted by relevance

/linux-4.1.27/drivers/spi/
H A Dspi-octeon.c77 mpi_cfg.s.wireor = (mode & SPI_3WIRE) ? 1 : 0; octeon_spi_do_transfer()
208 SPI_3WIRE; octeon_spi_probe()
H A Dspi-xcomm.c103 if (spi->mode & SPI_3WIRE) spi_xcomm_setup_transfer()
222 master->mode_bits = SPI_CPHA | SPI_CPOL | SPI_3WIRE; spi_xcomm_probe()
H A Dspi-lm70llp.c224 pp->bitbang.flags = SPI_3WIRE; spi_lm70llp_attach()
263 pp->info.mode = SPI_3WIRE | SPI_MODE_0; spi_lm70llp_attach()
H A Dspi-bcm2835.c74 | SPI_NO_CS | SPI_3WIRE)
261 if ((spi->mode & SPI_3WIRE) && (tfr->rx_buf)) bcm2835_spi_transfer_one()
H A Dspi-sh-msiof.c535 !!(spi->mode & SPI_3WIRE), sh_msiof_spi_setup()
557 !!(spi->mode & SPI_3WIRE), sh_msiof_prepare_message()
1229 master->mode_bits |= SPI_LSB_FIRST | SPI_3WIRE; sh_msiof_spi_probe()
H A Dspi.c1203 spi->mode |= SPI_3WIRE; of_register_spi_device()
1763 /* if it is SPI_3WIRE mode, DUAL and QUAD should be forbidden spi_setup()
1765 if ((spi->mode & SPI_3WIRE) && (spi->mode & spi_setup()
1802 (spi->mode & SPI_3WIRE) ? "3wire, " : "", spi_setup()
1821 * only one data pin like SPI_3WIRE (switches direction) or where __spi_validate()
1826 || (spi->mode & SPI_3WIRE)) { __spi_validate()
H A Dspidev.c71 | SPI_LSB_FIRST | SPI_3WIRE | SPI_LOOP \
H A Dspi-davinci.c353 * (distinct from SPI_3WIRE, with just one data wire; davinci_spi_setup_transfer()
H A Dspi-omap2-mcspi.c879 * REVISIT: this controller could support SPI_3WIRE mode. omap2_mcspi_setup_transfer()
/linux-4.1.27/include/uapi/linux/spi/
H A Dspidev.h41 #define SPI_3WIRE 0x10 macro
/linux-4.1.27/arch/mips/jz4740/
H A Dboard-qi_lb60.c323 .mode = SPI_3WIRE,
/linux-4.1.27/Documentation/spi/
H A Dspidev_test.c219 mode |= SPI_3WIRE; parse_opts()
/linux-4.1.27/drivers/iio/frequency/
H A Dad9523.c753 (st->spi->mode & SPI_3WIRE ? 0 : ad9523_setup()
/linux-4.1.27/include/linux/spi/
H A Dspi.h87 #define SPI_3WIRE 0x10 /* SI/SO signals shared */ macro

Completed in 113 milliseconds