Home
last modified time | relevance | path

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

/drivers/spi/
Dspi-bcm2835.c73 #define BCM2835_SPI_CS_CS_01 0x00000001 macro
568 cs |= BCM2835_SPI_CS_CS_10 | BCM2835_SPI_CS_CS_01; in bcm2835_spi_transfer_one()
664 cs |= BCM2835_SPI_CS_CS_10 | BCM2835_SPI_CS_CS_01; in bcm2835_spi_set_cs()
667 cs &= ~(BCM2835_SPI_CS_CS_10 | BCM2835_SPI_CS_CS_01); in bcm2835_spi_set_cs()
674 cs |= BCM2835_SPI_CS_CS_10 | BCM2835_SPI_CS_CS_01; in bcm2835_spi_set_cs()