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