Searched refs:SPI_NO_CS (Results 1 – 6 of 6) sorted by relevance
74 | SPI_NO_CS | SPI_3WIRE)270 if (gpio_is_valid(spi->cs_gpio) || (spi->mode & SPI_NO_CS)) in bcm2835_spi_transfer_one()351 if (spi->mode & SPI_NO_CS) { in bcm2835_spi_set_cs()382 if (spi->mode & SPI_NO_CS) in bcm2835_spi_setup()
435 if (!(spi->mode & SPI_NO_CS)) { in davinci_spi_setup()997 dspi->bitbang.flags = SPI_NO_CS | SPI_LSB_FIRST | SPI_LOOP; in davinci_spi_probe()
72 | SPI_NO_CS | SPI_READY | SPI_TX_DUAL \
43 #define SPI_NO_CS 0x40 macro
222 mode |= SPI_NO_CS; in parse_opts()
89 #define SPI_NO_CS 0x40 /* 1 dev/bus, no chipselect */ macro