Lines Matching defs:offset
183 static void gic_poke_irq(struct irq_data *d, u32 offset)
186 writel_relaxed(mask, gic_dist_base(d) + offset + (gic_irq(d) / 32) * 4);
189 static int gic_peek_irq(struct irq_data *d, u32 offset)
192 return !!(readl_relaxed(gic_dist_base(d) + offset + (gic_irq(d) / 32) * 4) & mask);
785 unsigned long offset = (unsigned long)addr & 3UL;
786 unsigned long shift = offset * 8;
792 addr -= offset;
1185 unsigned long offset = gic->percpu_offset * core_id;
1187 gic->raw_dist_base + offset;
1189 gic->raw_cpu_base + offset;
1196 "GIC_NON_BANKED not enabled, ignoring %08x offset!",
1406 * at its normal offset. Please pass me that bucket.
1454 if (of_property_read_u32(node, "cpu-offset", &gic->percpu_offset))