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

/openbsd-current/sys/arch/armv7/broadcom/
H A Dbcm2836_intr.c66 #define IS_IRQ_BANK2(n) (((n) >= BANK2_START) && ((n) <= BANK2_END)) macro
237 else if (IS_IRQ_BANK2(irq))
254 else if (IS_IRQ_BANK2(irq))
399 if (IS_IRQ_BANK2(irq)) {
408 } while (IS_IRQ_BANK2(irq));
/openbsd-current/sys/arch/arm64/dev/
H A Dbcm2836_intr.c66 #define IS_IRQ_BANK2(n) (((n) >= BANK2_START) && ((n) <= BANK2_END)) macro
246 else if (IS_IRQ_BANK2(irq))
263 else if (IS_IRQ_BANK2(irq))
410 if (IS_IRQ_BANK2(irq)) {
419 } while (IS_IRQ_BANK2(irq));

Completed in 774 milliseconds