Lines Matching refs:gic_irq
77 static inline unsigned int gic_irq(struct irq_data *d) in gic_irq() function
84 return gic_irq(d) < 32; in gic_irq_in_rdist()
175 u32 mask = 1 << (gic_irq(d) % 32); in gic_peek_irq()
183 return !!(readl_relaxed(base + offset + (gic_irq(d) / 32) * 4) & mask); in gic_peek_irq()
188 u32 mask = 1 << (gic_irq(d) % 32); in gic_poke_irq()
200 writel_relaxed(mask, base + offset + (gic_irq(d) / 32) * 4); in gic_poke_irq()
286 gic_write_eoir(gic_irq(d)); in gic_eoi_irq()
295 if (gic_irq(d) >= 8192 || irqd_is_forwarded_to_vcpu(d)) in gic_eoimode1_eoi_irq()
297 gic_write_dir(gic_irq(d)); in gic_eoimode1_eoi_irq()
302 unsigned int irq = gic_irq(d); in gic_set_type()
798 reg = gic_dist_base(d) + GICD_IROUTER + (gic_irq(d) * 8); in gic_set_affinity()