Searched refs:DMA_PKG_IRQ_EN (Results 1 – 1 of 1) sorted by relevance
60 #define DMA_PKG_IRQ_EN(ch) (1 << (((ch) % 8) * 4 + 1)) macro468 irqen |= DMA_PKG_IRQ_EN(index); in a31dmac_alloc()493 irqen &= ~DMA_PKG_IRQ_EN(index); in a31dmac_free()495 DMA_WRITE(sc, DMA_IRQ_PEND_REG(index), DMA_PKG_IRQ_EN(index)); in a31dmac_free()