Searched refs:XAXIDMA_IRQ_ALL_MASK (Results 1 – 3 of 3) sorted by relevance
52 #define XAXIDMA_IRQ_ALL_MASK 0x00007000 /* All interrupts */ macro352 cr |= XAXIDMA_IRQ_ALL_MASK; in nixge_hw_dma_bd_init()365 cr |= XAXIDMA_IRQ_ALL_MASK; in nixge_hw_dma_bd_init()712 if (!(status & XAXIDMA_IRQ_ALL_MASK)) { in nixge_tx_irq()725 cr &= (~XAXIDMA_IRQ_ALL_MASK); in nixge_tx_irq()731 cr &= (~XAXIDMA_IRQ_ALL_MASK); in nixge_tx_irq()761 if (!(status & XAXIDMA_IRQ_ALL_MASK)) { in nixge_rx_irq()773 cr &= (~XAXIDMA_IRQ_ALL_MASK); in nixge_rx_irq()779 cr &= (~XAXIDMA_IRQ_ALL_MASK); in nixge_rx_irq()829 cr |= XAXIDMA_IRQ_ALL_MASK; in nixge_dma_err_handler()[all …]
121 #define XAXIDMA_IRQ_ALL_MASK 0x00007000 /* All interrupts */ macro
630 cr &= ~(XAXIDMA_CR_RUNSTOP_MASK | XAXIDMA_IRQ_ALL_MASK); in axienet_dma_stop()635 cr &= ~(XAXIDMA_CR_RUNSTOP_MASK | XAXIDMA_IRQ_ALL_MASK); in axienet_dma_stop()1274 if (!(status & XAXIDMA_IRQ_ALL_MASK)) in axienet_tx_irq()1319 if (!(status & XAXIDMA_IRQ_ALL_MASK)) in axienet_rx_irq()
Completed in 18 milliseconds