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

/linux-4.4.14/arch/arm/mach-ixp4xx/include/mach/
H A Dirqs.h22 #define IRQ_IXP4XX_QM2 4 macro
/linux-4.4.14/arch/arm/mach-ixp4xx/
H A Dixp4xx_qmgr.c327 err = request_irq(IRQ_IXP4XX_QM2, handler2, 0, "IXP4xx Queue Manager", qmgr_init()
331 IRQ_IXP4XX_QM2, err); qmgr_init()
351 free_irq(IRQ_IXP4XX_QM2, NULL); qmgr_remove()
353 synchronize_irq(IRQ_IXP4XX_QM2); qmgr_remove()

Completed in 52 milliseconds