Searched refs:BCM2835_SPI_CS_DONE (Results 1 – 3 of 3) sorted by relevance
37 if (s->cs & BCM2835_SPI_CS_INTD && s->cs & BCM2835_SPI_CS_DONE) { in bcm2835_spi_update_int()82 s->cs |= BCM2835_SPI_CS_DONE; in bcm2835_spi_update_tx_flags()84 s->cs &= ~BCM2835_SPI_CS_DONE; in bcm2835_spi_update_tx_flags()149 s->cs &= ~(BCM2835_SPI_CS_DONE); in bcm2835_spi_write()
54 #define BCM2835_SPI_CS_DONE BIT(16) macro
52 #define BCM2835_SPI_CS_DONE 0x00010000 macro304 while (!(bcm2835_rd(bs, BCM2835_SPI_CS) & BCM2835_SPI_CS_DONE)) in bcm2835_wait_tx_fifo_empty()360 cs |= BCM2835_SPI_CS_DONE; in bcm2835_spi_reset_hw()388 if (bs->tx_len && cs & BCM2835_SPI_CS_DONE) in bcm2835_spi_interrupt()524 | BCM2835_SPI_CS_DONE); in bcm2835_spi_transfer_prologue()549 | BCM2835_SPI_CS_DONE); in bcm2835_spi_transfer_prologue()637 while (!(bcm2835_rd(bs, BCM2835_SPI_CS) & BCM2835_SPI_CS_DONE)) in bcm2835_spi_dma_tx_done()