Home
last modified time | relevance | path

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

/openbsd/src/sys/arch/armv7/broadcom/
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 */ in bcm_intc_get_next_irq()
495 irq += LOCAL_START; in bcm_intc_intr_establish_fdt()
508 irq = cell[0] + LOCAL_START; in l1_intc_intr_establish_fdt()
/openbsd/src/sys/arch/arm64/dev/
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 */ in bcm_intc_get_next_irq()
485 irq = (cpu_number() == 0 ? 0 : LOCAL_START) - 1; in bcm_intc_irq_handler()
520 irq += LOCAL_START; in bcm_intc_intr_establish_fdt()
533 irq = cell[0] + LOCAL_START; in l1_intc_intr_establish_fdt()