Home
last modified time | relevance | path

Searched refs:SPI_NO_CS (Results 1 – 6 of 6) sorted by relevance

/linux/include/uapi/linux/spi/
H A Dspi.h20 #define SPI_NO_CS _BITUL(6) /* 1 dev/bus, no chipselect */ macro
/linux/drivers/spi/
H A Dspi-cadence.c746 ctlr->mode_bits |= SPI_NO_CS; in cdns_spi_probe()
H A Dspidev.c63 | SPI_NO_CS | SPI_READY | SPI_TX_DUAL \
H A Dspi-loopback-test.c363 spi->mode |= no_cs ? SPI_NO_CS : 0; in spi_loopback_test_probe()
H A Dspi-imx.c2276 controller->mode_bits = SPI_CPOL | SPI_CPHA | SPI_CS_HIGH | SPI_NO_CS | in spi_imx_probe()
H A Dspi.c1298 if (!(spi->mode & SPI_NO_CS)) { in spi_set_cs()