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

/openbsd-current/sys/arch/arm64/dev/
H A Dbcm2836_intr.c67 #define IS_IRQ_LOCAL(n) (((n) >= LOCAL_START) && ((n) <= LOCAL_END)) macro
248 else if (IS_IRQ_LOCAL(irq))
265 else if (IS_IRQ_LOCAL(irq))
432 if (IS_IRQ_LOCAL(irq)) {
440 } while (IS_IRQ_LOCAL(irq));
562 if (IS_IRQ_LOCAL(irqno))
/openbsd-current/sys/arch/armv7/broadcom/
H A Dbcm2836_intr.c67 #define IS_IRQ_LOCAL(n) (((n) >= LOCAL_START) && ((n) <= LOCAL_END)) macro
239 else if (IS_IRQ_LOCAL(irq))
256 else if (IS_IRQ_LOCAL(irq))
421 if (IS_IRQ_LOCAL(irq)) {
430 } while (IS_IRQ_LOCAL(irq));

Completed in 163 milliseconds