Searched refs:bcm2835aux_wr (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/spi/
H A Dspi-bcm2835aux.c148 static inline void bcm2835aux_wr(struct bcm2835aux_spi *bs, unsigned int reg, function
201 bcm2835aux_wr(bs, BCM2835_AUX_SPI_TXHOLD, data);
203 bcm2835aux_wr(bs, BCM2835_AUX_SPI_IO, data);
209 bcm2835aux_wr(bs, BCM2835_AUX_SPI_CNTL1, 0);
210 bcm2835aux_wr(bs, BCM2835_AUX_SPI_CNTL0,
247 bcm2835aux_wr(bs, BCM2835_AUX_SPI_CNTL1, bs->cntl[1] |
253 bcm2835aux_wr(bs, BCM2835_AUX_SPI_CNTL1, bs->cntl[1]);
267 bcm2835aux_wr(bs, BCM2835_AUX_SPI_CNTL1, bs->cntl[1] |
285 bcm2835aux_wr(bs, BCM2835_AUX_SPI_CNTL1, bs->cntl[1]);
286 bcm2835aux_wr(b
[all...]

Completed in 102 milliseconds