Searched refs:SPI_NO_CS (Results 1 – 7 of 7) sorted by relevance
43 #define SPI_NO_CS 0x40 macro
79 | SPI_NO_CS | SPI_3WIRE)567 if (gpio_is_valid(spi->cs_gpio) || (spi->mode & SPI_NO_CS)) in bcm2835_spi_transfer_one()663 if (spi->mode & SPI_NO_CS) { in bcm2835_spi_set_cs()694 if (spi->mode & SPI_NO_CS) in bcm2835_spi_setup()
96 | SPI_NO_CS)
431 if (!(spi->mode & SPI_NO_CS)) { in davinci_spi_setup()1021 dspi->bitbang.flags = SPI_NO_CS | SPI_LSB_FIRST | SPI_LOOP; in davinci_spi_probe()
72 | SPI_NO_CS | SPI_READY | SPI_TX_DUAL \
222 mode |= SPI_NO_CS; in parse_opts()
150 #define SPI_NO_CS 0x40 /* 1 dev/bus, no chipselect */ macro