Home
last modified time | relevance | path

Searched refs:ICU_INT_HPI (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/arm/xscale/
H A Di80321_icu.c380 irq = ICU_INT_HPI; in i80321_intr_dispatch()
394 if (__predict_false(irq == ICU_INT_HPI)) { in i80321_intr_dispatch()
431 } else if (irq == ICU_INT_HPI) { in i80321_intr_dispatch()
H A Di80321_intr.h62 #define INT_HPIMASK (1u << ICU_INT_HPI)
H A Di80321reg.h332 #define ICU_INT_HPI 31 /* high priority interrupt */ macro