Searched refs:BCM2835_SPI_CS_TA (Results 1 – 3 of 3) sorted by relevance
81 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()
59 #define BCM2835_SPI_CS_TA 0x00000080 macro353 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()
60 #define BCM2835_SPI_CS_TA BIT(7) macro