Searched refs:newcsr (Results 1 – 1 of 1) sorted by relevance
587 u32 newcsr; in b1dma_handle_interrupt() local597 newcsr = card->csr | (status & ALL_INT); in b1dma_handle_interrupt()598 if (status & TX_TC_INT) newcsr &= ~EN_TX_TC_INT; in b1dma_handle_interrupt()599 if (status & RX_TC_INT) newcsr &= ~EN_RX_TC_INT; in b1dma_handle_interrupt()600 b1dma_writel(card, newcsr, AMCC_INTCSR); in b1dma_handle_interrupt()