Home
last modified time | relevance | path

Searched refs:DMA_IRQ_CHAN_NR (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/dma/
H A Dsun6i-dma.c34 #define DMA_IRQ_CHAN_NR 8 macro
43 #define DMA_MAX_CHANNELS (DMA_IRQ_CHAN_NR * 0x10 / 4)
457 irq_reg = pchan->idx / DMA_IRQ_CHAN_NR; in sun6i_dma_start_desc()
458 irq_offset = pchan->idx % DMA_IRQ_CHAN_NR; in sun6i_dma_start_desc()
550 for (i = 0; i < sdev->num_pchans / DMA_IRQ_CHAN_NR; i++) { in sun6i_dma_interrupt()
560 for (j = 0; (j < DMA_IRQ_CHAN_NR) && status; j++) { in sun6i_dma_interrupt()