Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/spi/
H A Dspi.h20 #define SPI_NO_CS _BITUL(6) /* 1 dev/bus, no chipselect */ macro
/openbmc/linux/drivers/spi/
H A Dspi-bcm2835aux.c446 if (spi->mode & SPI_NO_CS) in bcm2835aux_spi_setup()
486 host->mode_bits = (SPI_CPOL | SPI_CS_HIGH | SPI_NO_CS); in bcm2835aux_spi_probe()
H A Dspi-davinci.c416 if (!(spi->mode & SPI_NO_CS)) { in davinci_spi_setup()
942 dspi->bitbang.flags = SPI_NO_CS | SPI_LSB_FIRST | SPI_LOOP | SPI_CS_WORD; in davinci_spi_probe()
H A Dspi-bcm2835.c72 | SPI_NO_CS | SPI_3WIRE)
1271 if (spi->mode & SPI_NO_CS) in bcm2835_spi_setup()
H A Dspi-cadence.c667 ctlr->mode_bits |= SPI_NO_CS; in cdns_spi_probe()
H A Dspidev.c64 | SPI_NO_CS | SPI_READY | SPI_TX_DUAL \
H A Dspi-loopback-test.c364 spi->mode |= no_cs ? SPI_NO_CS : 0; in spi_loopback_test_probe()
H A Dspi-rockchip.c858 ctlr->mode_bits |= SPI_NO_CS; in rockchip_spi_probe()
H A Dspi-imx.c1763 controller->mode_bits = SPI_CPOL | SPI_CPHA | SPI_CS_HIGH | SPI_NO_CS | in spi_imx_probe()
H A Dspi.c971 if (!(spi->mode & SPI_NO_CS)) { in spi_set_cs()
/openbmc/linux/tools/spi/
H A Dspidev_test.c293 mode |= SPI_NO_CS; in parse_opts()