Searched refs:DMA_IRQ_NUM (Results 1 – 5 of 5) sorted by relevance
39 #define DMA_IRQ_NUM (8) /* DMA 8~15 channel irq non-secure */ macro44 #define DMA_IRQ_NUM (66) /* DMA 0~7 channel irq non-secure */ macro
40 #define DMA_IRQ_NUM (6) macro
37 #define DMA_IRQ_NUM 66 macro
38 #define DMA_IRQ_NUM 42 macro
834 if (request_irq(DMA_IRQ_NUM, sunxi_dma_irq_handle, 0, "dma-ctl", NULL) < 0) in hal_dma_init()838 enable_irq(DMA_IRQ_NUM); in hal_dma_init()
Completed in 10 milliseconds