Searched refs:VGIC_ICFG_MASK (Results 1 – 1 of 1) sorted by relevance
370 #define VGIC_ICFG_MASK(intr) (1 << ((2 * ((intr) % 16)) + 1)) macro380 if ( tr & VGIC_ICFG_MASK(index) ) in vgic_get_virq_type()
Completed in 3 milliseconds