Searched refs:IRQ_IXP4XX_QM1 (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/arch/arm/mach-ixp4xx/
H A Dixp4xx_qmgr.c98 int i, half = (irq == IRQ_IXP4XX_QM1 ? 0 : 1); qmgr_irq()
319 err = request_irq(IRQ_IXP4XX_QM1, handler1, 0, "IXP4xx Queue Manager", qmgr_init()
323 IRQ_IXP4XX_QM1, err); qmgr_init()
342 free_irq(IRQ_IXP4XX_QM1, NULL); qmgr_init()
350 free_irq(IRQ_IXP4XX_QM1, NULL); qmgr_remove()
352 synchronize_irq(IRQ_IXP4XX_QM1); qmgr_remove()
/linux-4.4.14/arch/arm/mach-ixp4xx/include/mach/
H A Dirqs.h21 #define IRQ_IXP4XX_QM1 3 macro

Completed in 45 milliseconds