Lines Matching defs:l2x0_base
39 static void __iomem *l2x0_base;
134 void __iomem *base = l2x0_base;
145 l2x0_saved_regs.aux_ctrl = readl_relaxed(l2x0_base + L2X0_AUX_CTRL);
150 void __iomem *base = l2x0_base;
189 void __iomem *base = l2x0_base;
208 void __iomem *base = l2x0_base;
217 void __iomem *base = l2x0_base;
226 void __iomem *base = l2x0_base;
236 __l2c210_cache_sync(l2x0_base);
309 void __iomem *base = l2x0_base;
336 void __iomem *base = l2x0_base;
355 void __iomem *base = l2x0_base;
374 l2c220_op_way(l2x0_base, L2X0_CLEAN_INV_WAY);
382 __l2c220_cache_sync(l2x0_base);
469 void __iomem *base = l2x0_base;
503 void __iomem *base = l2x0_base;
528 void __iomem *base = l2x0_base;
803 old_aux = aux = readl_relaxed(l2x0_base + L2X0_AUX_CTRL);
856 data->fixup(l2x0_base, cache_id, &fns);
866 if (!(readl_relaxed(l2x0_base + L2X0_CTRL) & L2X0_CTRL_EN)) {
869 data->enable(l2x0_base, data->num_lock);
879 data->save(l2x0_base);
882 aux = readl_relaxed(l2x0_base + L2X0_AUX_CTRL);
889 l2x0_pmu_register(l2x0_base, cache_id);
899 l2x0_base = base;
920 data->save(l2x0_base);
1378 void __iomem *base = l2x0_base;
1428 void __iomem *base = l2x0_base;
1441 writel_relaxed(0, l2x0_base + AURORA_SYNC_REG);
1446 void __iomem *base = l2x0_base;
1777 l2x0_base = ioremap(res.start, resource_size(&res));
1778 if (!l2x0_base)
1789 old_aux = readl_relaxed(l2x0_base + L2X0_AUX_CTRL);
1811 data->save(l2x0_base);
1814 if (!(readl_relaxed(l2x0_base + L2X0_CTRL) & L2X0_CTRL_EN))
1821 cache_id = readl_relaxed(l2x0_base + L2X0_CACHE_ID);