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

/freebsd-10.2-release/sys/arm/ti/
H A Daintc.c160 uint32_t active_irq; local
163 active_irq = aintc_read_4(sc, INTC_SIR_IRQ);
166 if ((active_irq & 0xffffff80)) {
168 "Spurious interrupt detected (0x%08x)\n", active_irq);
173 if (active_irq != last_irq)
174 return active_irq;
/freebsd-10.2-release/sys/arm/arm/
H A Dgic.c344 uint32_t active_irq; local
346 active_irq = gic_c_read_4(GICC_IAR);
354 if ((active_irq & 0x3ff) <= GIC_LAST_IPI)
355 gic_c_write_4(GICC_EOIR, active_irq);
356 active_irq &= 0x3FF;
358 if (active_irq == 0x3FF) {
364 return active_irq;

Completed in 111 milliseconds