Home
last modified time | relevance | path

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

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