Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/plat-mxc/
Dtzic.c131 int i, irqofs, handled; in tzic_handle_irq() local
142 irqofs = fls(stat) - 1; in tzic_handle_irq()
143 handle_IRQ(irqofs + i * 32, regs); in tzic_handle_irq()
144 stat &= ~(1 << irqofs); in tzic_handle_irq()