Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/dma/platform/
A Ddma-sun8iw20.h39 #define DMA_IRQ_NUM (8) /* DMA 8~15 channel irq non-secure */ macro
44 #define DMA_IRQ_NUM (66) /* DMA 0~7 channel irq non-secure */ macro
A Ddma-sun50iw11.h40 #define DMA_IRQ_NUM (6) macro
A Ddma-sun8iw18.h37 #define DMA_IRQ_NUM 66 macro
A Ddma-sun8iw19.h38 #define DMA_IRQ_NUM 42 macro
/bsp/allwinner/libraries/sunxi-hal/hal/source/dma/
A Dhal_dma.c834 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