Searched refs:SPI_NO_CS (Results 1 – 6 of 6) sorted by relevance
20 #define SPI_NO_CS _BITUL(6) /* 1 dev/bus, no chipselect */ macro
746 ctlr->mode_bits |= SPI_NO_CS; in cdns_spi_probe()
63 | SPI_NO_CS | SPI_READY | SPI_TX_DUAL \
363 spi->mode |= no_cs ? SPI_NO_CS : 0; in spi_loopback_test_probe()
2276 controller->mode_bits = SPI_CPOL | SPI_CPHA | SPI_CS_HIGH | SPI_NO_CS | in spi_imx_probe()
1298 if (!(spi->mode & SPI_NO_CS)) { in spi_set_cs()