Searched refs:DMA_IRQ_CHAN_NR (Results 1 – 1 of 1) sorted by relevance
33 #define DMA_IRQ_CHAN_NR 8 macro42 #define DMA_MAX_CHANNELS (DMA_IRQ_CHAN_NR * 0x10 / 4)450 irq_reg = pchan->idx / DMA_IRQ_CHAN_NR; in sun6i_dma_start_desc()451 irq_offset = pchan->idx % DMA_IRQ_CHAN_NR; in sun6i_dma_start_desc()543 for (i = 0; i < sdev->num_pchans / DMA_IRQ_CHAN_NR; i++) { in sun6i_dma_interrupt()553 for (j = 0; (j < DMA_IRQ_CHAN_NR) && status; j++) { in sun6i_dma_interrupt()