• Home
  • Raw
  • Download

Lines Matching refs:l2x0_base

49 static void __iomem *l2x0_base;  variable
132 void __iomem *base = l2x0_base; in l2c_disable()
141 l2x0_saved_regs.aux_ctrl = readl_relaxed(l2x0_base + L2X0_AUX_CTRL); in l2c_save()
174 void __iomem *base = l2x0_base; in l2c210_inv_range()
193 void __iomem *base = l2x0_base; in l2c210_clean_range()
202 void __iomem *base = l2x0_base; in l2c210_flush_range()
211 void __iomem *base = l2x0_base; in l2c210_flush_all()
221 __l2c210_cache_sync(l2x0_base); in l2c210_sync()
226 void __iomem *base = l2x0_base; in l2c210_resume()
300 void __iomem *base = l2x0_base; in l2c220_inv_range()
327 void __iomem *base = l2x0_base; in l2c220_clean_range()
346 void __iomem *base = l2x0_base; in l2c220_flush_range()
365 l2c220_op_way(l2x0_base, L2X0_CLEAN_INV_WAY); in l2c220_flush_all()
373 __l2c220_cache_sync(l2x0_base); in l2c220_sync()
452 void __iomem *base = l2x0_base; in l2c310_inv_range_erratum()
486 void __iomem *base = l2x0_base; in l2c310_flush_range_erratum()
511 void __iomem *base = l2x0_base; in l2c310_flush_all_erratum()
553 void __iomem *base = l2x0_base; in l2c310_resume()
769 old_aux = aux = readl_relaxed(l2x0_base + L2X0_AUX_CTRL); in __l2c_init()
821 data->fixup(l2x0_base, cache_id, &fns); in __l2c_init()
827 if (!(readl_relaxed(l2x0_base + L2X0_CTRL) & L2X0_CTRL_EN)) in __l2c_init()
828 data->enable(l2x0_base, aux, data->num_lock); in __l2c_init()
837 data->save(l2x0_base); in __l2c_init()
840 aux = readl_relaxed(l2x0_base + L2X0_AUX_CTRL); in __l2c_init()
853 l2x0_base = base; in l2x0_init()
1075 l2x0_base + L310_TAG_LATENCY_CTRL); in l2c310_of_parse()
1084 l2x0_base + L310_DATA_LATENCY_CTRL); in l2c310_of_parse()
1090 l2x0_base + L310_ADDR_FILTER_END); in l2c310_of_parse()
1092 l2x0_base + L310_ADDR_FILTER_START); in l2c310_of_parse()
1193 void __iomem *base = l2x0_base; in aurora_pa_range()
1263 void __iomem *base = l2x0_base; in aurora_flush_all()
1276 writel_relaxed(0, l2x0_base + AURORA_SYNC_REG); in aurora_cache_sync()
1281 void __iomem *base = l2x0_base; in aurora_disable()
1300 void __iomem *base = l2x0_base; in aurora_resume()
1553 void __iomem *base = l2x0_base; in tauros3_resume()
1605 l2x0_base = ioremap(res.start, resource_size(&res)); in l2x0_of_init()
1606 if (!l2x0_base) in l2x0_of_init()
1617 old_aux = readl_relaxed(l2x0_base + L2X0_AUX_CTRL); in l2x0_of_init()
1630 if (!(readl_relaxed(l2x0_base + L2X0_CTRL) & L2X0_CTRL_EN)) in l2x0_of_init()
1637 cache_id = readl_relaxed(l2x0_base + L2X0_CACHE_ID); in l2x0_of_init()