Home
last modified time | relevance | path

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

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