Searched refs:IRQ_IXP4XX_QM1 (Results 1 – 2 of 2) sorted by relevance
98 int i, half = (irq == IRQ_IXP4XX_QM1 ? 0 : 1); in qmgr_irq()319 err = request_irq(IRQ_IXP4XX_QM1, handler1, 0, "IXP4xx Queue Manager", in qmgr_init()323 IRQ_IXP4XX_QM1, err); in qmgr_init()342 free_irq(IRQ_IXP4XX_QM1, NULL); in qmgr_init()350 free_irq(IRQ_IXP4XX_QM1, NULL); in qmgr_remove()352 synchronize_irq(IRQ_IXP4XX_QM1); in qmgr_remove()
21 #define IRQ_IXP4XX_QM1 3 macro