Home
last modified time | relevance | path

Searched refs:JZ4740_IRQ_DMAC (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/mips/include/asm/mach-jz4740/
Dirq.h35 #define JZ4740_IRQ_DMAC JZ4740_IRQ(20) macro
/linux-2.6.39/arch/mips/jz4740/
Ddma.c280 ret = request_irq(JZ4740_IRQ_DMAC, jz4740_dma_irq, 0, "DMA", NULL); in jz4740_dma_init()