Searched refs:SPI_NO_CS (Results 1 – 9 of 9) sorted by relevance
20 #define SPI_NO_CS _BITUL(6) /* 1 dev/bus, no chipselect */ macro
300 mode |= SPI_NO_CS; in parse_opts()
476 if (!(spi->mode & SPI_NO_CS)) { in davinci_spi_setup()1004 dspi->bitbang.flags = SPI_NO_CS | SPI_LSB_FIRST | SPI_LOOP | SPI_CS_WORD; in davinci_spi_probe()
74 | SPI_NO_CS | SPI_3WIRE)1280 if (spi->mode & SPI_NO_CS) in bcm2835_spi_setup()
746 ctlr->mode_bits |= SPI_NO_CS; in cdns_spi_probe()
64 | SPI_NO_CS | SPI_READY | SPI_TX_DUAL \
364 spi->mode |= no_cs ? SPI_NO_CS : 0; in spi_loopback_test_probe()
2278 controller->mode_bits = SPI_CPOL | SPI_CPHA | SPI_CS_HIGH | SPI_NO_CS | in spi_imx_probe()
1093 if (!(spi->mode & SPI_NO_CS)) { in spi_set_cs()