Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ssi/
H A Dbcm2835_spi.c37 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()
/openbmc/qemu/include/hw/ssi/
H A Dbcm2835_spi.h54 #define BCM2835_SPI_CS_DONE BIT(16) macro
/openbmc/linux/drivers/spi/
H A Dspi-bcm2835.c52 #define BCM2835_SPI_CS_DONE 0x00010000 macro
304 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()