Lines Matching defs:bcm2835_rd
198 static inline u32 bcm2835_rd(struct bcm2835_spi *bs, unsigned int reg)
213 (bcm2835_rd(bs, BCM2835_SPI_CS) & BCM2835_SPI_CS_RXD)) {
214 byte = bcm2835_rd(bs, BCM2835_SPI_FIFO);
226 (bcm2835_rd(bs, BCM2835_SPI_CS) & BCM2835_SPI_CS_TXD)) {
251 val = bcm2835_rd(bs, BCM2835_SPI_FIFO);
299 while (!(bcm2835_rd(bs, BCM2835_SPI_CS) & BCM2835_SPI_CS_DONE))
316 val = bcm2835_rd(bs, BCM2835_SPI_FIFO);
342 u32 cs = bcm2835_rd(bs, BCM2835_SPI_CS);
368 u32 cs = bcm2835_rd(bs, BCM2835_SPI_CS);
628 while (!(bcm2835_rd(bs, BCM2835_SPI_CS) & BCM2835_SPI_CS_DONE))