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