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

/openbsd-current/sys/arch/arm64/dev/
H A Dbcm2836_intr.c61 #define LOCAL_START 96 macro
62 #define LOCAL_END (LOCAL_START + 32 - 1)
67 #define IS_IRQ_LOCAL(n) (((n) >= LOCAL_START) && ((n) <= LOCAL_END))
71 #define IRQ_LOCAL(n) ((n) - LOCAL_START)
425 irq = LOCAL_START; /* skip to next bank */
485 irq = (cpu_number() == 0 ? 0 : LOCAL_START) - 1;
520 irq += LOCAL_START;
533 irq = cell[0] + LOCAL_START;
/openbsd-current/sys/arch/armv7/broadcom/
H A Dbcm2836_intr.c61 #define LOCAL_START 96 macro
62 #define LOCAL_END (LOCAL_START + 32 - 1)
67 #define IS_IRQ_LOCAL(n) (((n) >= LOCAL_START) && ((n) <= LOCAL_END))
71 #define IRQ_LOCAL(n) ((n) - LOCAL_START)
414 irq = LOCAL_START; /* skip to next bank */
495 irq += LOCAL_START;
508 irq = cell[0] + LOCAL_START;

Completed in 118 milliseconds