Searched refs:IRQ_DMA (Results 1 - 11 of 11) sorted by relevance

/arch/arm/mach-gemini/include/mach/
H A Dirqs.h33 #define IRQ_DMA 9 macro
/arch/arm/mach-vt8500/include/mach/
H A Dvt8500_irqs.h28 #define IRQ_DMA 5 /* DMA Controller */ macro
H A Dwm8505_irqs.h32 #define IRQ_DMA 9 /* DMA Controller */ macro
/arch/arm/mach-h720x/include/mach/
H A Dirqs.h16 #define IRQ_DMA 1 /* 0x000002 */ macro
56 #define IRQ_DMA 1 /* 0x00000002 */ macro
/arch/unicore32/kernel/
H A Ddma.c166 ret = request_irq(IRQ_DMA, dma_irq_handler, 0, "DMA", NULL);
175 free_irq(IRQ_DMA, "DMA");
/arch/arm/mach-pxa/include/mach/
H A Dirqs.h55 #define IRQ_DMA PXA_IRQ(25) /* DMA Channel Service Request */ macro
/arch/unicore32/include/asm/
H A Dirq.h42 #define IRQ_DMA 0x18 macro
/arch/arm/mach-pxa/
H A Dpxa25x.c364 if ((ret = pxa_init_dma(IRQ_DMA, 16)))
H A Dpxa27x.c455 if ((ret = pxa_init_dma(IRQ_DMA, 32)))
H A Dpxa3xx.c460 if ((ret = pxa_init_dma(IRQ_DMA, 32)))
H A Dpxa95x.c283 if ((ret = pxa_init_dma(IRQ_DMA, 32)))

Completed in 296 milliseconds