Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ssi/
H A Dbcm2835_spi.c81 if (fifo8_is_empty(&s->tx_fifo) && s->cs & BCM2835_SPI_CS_TA) { in bcm2835_spi_update_tx_flags()
147 if (!(s->cs & BCM2835_SPI_CS_TA)) { in bcm2835_spi_write()
166 if (s->cs & BCM2835_SPI_CS_TA) { in bcm2835_spi_write()
189 if (s->cs & BCM2835_SPI_CS_TA) { in bcm2835_spi_write()
/openbmc/linux/drivers/spi/
H A Dspi-bcm2835.c59 #define BCM2835_SPI_CS_TA 0x00000080 macro
353 BCM2835_SPI_CS_TA); in bcm2835_spi_reset_hw()
420 bcm2835_wr(bs, BCM2835_SPI_CS, cs | BCM2835_SPI_CS_TA); in bcm2835_spi_transfer_one_irq()
428 cs |= BCM2835_SPI_CS_INTR | BCM2835_SPI_CS_INTD | BCM2835_SPI_CS_TA; in bcm2835_spi_transfer_one_irq()
517 bcm2835_wr(bs, BCM2835_SPI_CS, cs | BCM2835_SPI_CS_TA in bcm2835_spi_transfer_prologue()
544 bcm2835_wr(bs, BCM2835_SPI_CS, cs | BCM2835_SPI_CS_TA in bcm2835_spi_transfer_prologue()
799 cs | BCM2835_SPI_CS_TA | BCM2835_SPI_CS_DMAEN); in bcm2835_spi_transfer_one_dma()
1005 bcm2835_wr(bs, BCM2835_SPI_CS, cs | BCM2835_SPI_CS_TA); in bcm2835_spi_transfer_one_poll()
1259 target->clear_rx_cs = cs | BCM2835_SPI_CS_TA | in bcm2835_spi_setup()
/openbmc/qemu/include/hw/ssi/
H A Dbcm2835_spi.h60 #define BCM2835_SPI_CS_TA BIT(7) macro