Searched refs:GIC_NUM_CFG_PER_REG (Results 1 – 2 of 2) sorted by relevance
150 idx = intid / GIC_NUM_CFG_PER_REG; in arm_gic_irq_set_priority()151 shift = (intid & (GIC_NUM_CFG_PER_REG - 1)) * 2; in arm_gic_irq_set_priority()487 intid += GIC_NUM_CFG_PER_REG) { in gicv3_dist_init()488 idx = intid / GIC_NUM_CFG_PER_REG; in gicv3_dist_init()
241 #define GIC_NUM_CFG_PER_REG 16 macro