Lines Matching defs:base
37 void __iomem *base;
49 u32 control = readl_relaxed(fic->base + AL_FIC_CONTROL);
60 writel_relaxed(control, fic->base + AL_FIC_CONTROL);
117 pending = readl_relaxed(fic->base + AL_FIC_CAUSE);
131 writel_relaxed(BIT(data->hwirq), fic->base + AL_FIC_SET_CAUSE);
162 gc->reg_base = fic->base;
187 * @base: mmio to fic register
197 void __iomem *base,
209 fic->base = base;
214 writel_relaxed(0xFFFFFFFF, fic->base + AL_FIC_MASK);
217 writel_relaxed(0, fic->base + AL_FIC_CAUSE);
219 writel_relaxed(control, fic->base + AL_FIC_CONTROL);
241 void __iomem *base;
251 base = of_iomap(node, 0);
252 if (!base) {
265 base,
281 iounmap(base);