Lines Matching defs:bcm2835_rd
203 static inline u32 bcm2835_rd(struct bcm2835_spi *bs, unsigned int reg)
218 (bcm2835_rd(bs, BCM2835_SPI_CS) & BCM2835_SPI_CS_RXD)) {
219 byte = bcm2835_rd(bs, BCM2835_SPI_FIFO);
231 (bcm2835_rd(bs, BCM2835_SPI_CS) & BCM2835_SPI_CS_TXD)) {
256 val = bcm2835_rd(bs, BCM2835_SPI_FIFO);
304 while (!(bcm2835_rd(bs, BCM2835_SPI_CS) & BCM2835_SPI_CS_DONE))
321 val = bcm2835_rd(bs, BCM2835_SPI_FIFO);
347 u32 cs = bcm2835_rd(bs, BCM2835_SPI_CS);
373 u32 cs = bcm2835_rd(bs, BCM2835_SPI_CS);
637 while (!(bcm2835_rd(bs, BCM2835_SPI_CS) & BCM2835_SPI_CS_DONE))