Searched refs:SPI_NO_CS (Results 1 – 10 of 10) sorted by relevance
45 #define SPI_NO_CS 0x40 macro
451 if (spi->mode & SPI_NO_CS) in bcm2835aux_spi_setup()502 master->mode_bits = (SPI_CPOL | SPI_CS_HIGH | SPI_NO_CS); in bcm2835aux_spi_probe()
422 if (!(spi->mode & SPI_NO_CS)) { in davinci_spi_setup()963 dspi->bitbang.flags = SPI_NO_CS | SPI_LSB_FIRST | SPI_LOOP | SPI_CS_WORD; in davinci_spi_probe()
1056 if (spi->mode & SPI_NO_CS) in spi_imx_chipselect()1520 if (spi->mode & SPI_NO_CS) in spi_imx_setup()1660 | SPI_NO_CS; in spi_imx_probe()
73 | SPI_NO_CS | SPI_3WIRE)1216 if (spi->mode & SPI_NO_CS) in bcm2835_spi_setup()
64 | SPI_NO_CS | SPI_READY | SPI_TX_DUAL \
320 spi->mode |= no_cs ? SPI_NO_CS : 0; in spi_loopback_test_probe()
789 if (!(spi->mode & SPI_NO_CS)) { in spi_set_cs()
261 mode |= SPI_NO_CS; in parse_opts()
159 #define SPI_NO_CS 0x40 /* 1 dev/bus, no chipselect */ macro