Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm/mach-pxa/ !
Dirqs.h48 #define IRQ_DMA PXA_IRQ(25) /* DMA Channel Service Request */ macro
Ddevices.c1100 .start = IRQ_DMA,
1101 .end = IRQ_DMA,
/linux-6.1.9/sound/pci/au88x0/ !
Dau88x0.h50 #define IRQ_DMA 0x0010 macro
Dau88x0_core.c2442 if (source & IRQ_DMA) { in vortex_interrupt()