Home
last modified time | relevance | path

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

/arch/arm/mach-ixp4xx/
Dixp4xx_qmgr.c253 err = request_irq(IRQ_IXP4XX_QM1, qmgr_irq1, 0, in qmgr_init()
257 IRQ_IXP4XX_QM1); in qmgr_init()
276 free_irq(IRQ_IXP4XX_QM1, NULL); in qmgr_remove()
277 synchronize_irq(IRQ_IXP4XX_QM1); in qmgr_remove()
/arch/arm/mach-ixp4xx/include/mach/
Dirqs.h22 #define IRQ_IXP4XX_QM1 3 macro