Home
last modified time | relevance | path

Searched refs:IRQ_DMAERR (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/unicore32/include/asm/
Dirq.h43 #define IRQ_DMAERR 0x19 macro
/linux-4.1.27/arch/unicore32/kernel/
Ddma.c172 ret = request_irq(IRQ_DMAERR, dma_err_handler, 0, "DMAERR", NULL); in puv3_init_dma()
/linux-4.1.27/drivers/net/ethernet/xilinx/
Dll_temac.h142 #define IRQ_DMAERR (1 << 7) /* this is not documented ??? */ macro