Searched refs:SPI_NO_CS (Results 1 – 5 of 5) sorted by relevance
20 #define SPI_NO_CS _BITUL(6) /* 1 dev/bus, no chipselect */ macro
747 ctlr->mode_bits |= SPI_NO_CS; in cdns_spi_probe()
847 ctlr->mode_bits |= SPI_NO_CS; in rockchip_spi_probe()
1865 controller->mode_bits = SPI_CPOL | SPI_CPHA | SPI_CS_HIGH | SPI_NO_CS | in spi_imx_probe()
1098 if (!(spi->mode & SPI_NO_CS)) { in spi_set_cs()