Searched refs:GIC_NUM_CFG_PER_REG (Results 1 – 2 of 2) sorted by relevance
69 idx = intid / GIC_NUM_CFG_PER_REG; in arm_gic_irq_set_priority()70 shift = (intid & (GIC_NUM_CFG_PER_REG - 1)) * 2; in arm_gic_irq_set_priority()302 intid += GIC_NUM_CFG_PER_REG) { in gicv3_dist_init()303 idx = intid / GIC_NUM_CFG_PER_REG; in gicv3_dist_init()
238 #define GIC_NUM_CFG_PER_REG 16 macro