Searched refs:DMA_DONE_INTERRUPT (Results 1 – 2 of 2) sorted by relevance
35 #define DMA_DONE_INTERRUPT 6 macro
1569 (1 << DMA_DONE_INTERRUPT)) { in net2272_handle_dma()1937 } else if (stat & (1 << DMA_DONE_INTERRUPT)) { in net2272_handle_stat0_irqs()1939 net2272_write(dev, IRQSTAT0, 1 << DMA_DONE_INTERRUPT); in net2272_handle_stat0_irqs()1940 stat &= ~(1 << DMA_DONE_INTERRUPT); in net2272_handle_stat0_irqs()