Searched refs:l2x0_base (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/arch/arm/mach-ux500/
H A Dcache-l2x0.c21 void __iomem *l2x0_base; ux500_l2x0_unlock() local
24 l2x0_base = of_iomap(np, 0); ux500_l2x0_unlock()
26 if (!l2x0_base) ux500_l2x0_unlock()
37 writel_relaxed(0x0, l2x0_base + L2X0_LOCKDOWN_WAY_D_BASE + ux500_l2x0_unlock()
39 writel_relaxed(0x0, l2x0_base + L2X0_LOCKDOWN_WAY_I_BASE + ux500_l2x0_unlock()
42 iounmap(l2x0_base); ux500_l2x0_unlock()
/linux-4.4.14/arch/arm/mach-imx/
H A Dsystem.c95 void __iomem *l2x0_base; imx_init_l2cache() local
103 l2x0_base = of_iomap(np, 0); imx_init_l2cache()
104 if (!l2x0_base) { imx_init_l2cache()
110 val = readl_relaxed(l2x0_base + L310_PREFETCH_CTRL); imx_init_l2cache()
123 writel_relaxed(val, l2x0_base + L310_PREFETCH_CTRL); imx_init_l2cache()
125 iounmap(l2x0_base); imx_init_l2cache()
H A Dmm-imx3.c88 void __iomem *l2x0_base; imx3_init_l2x0() local
109 l2x0_base = ioremap(MX3x_L2CC_BASE_ADDR, 4096); imx3_init_l2x0()
110 if (!l2x0_base) { imx3_init_l2x0()
115 l2x0_init(l2x0_base, 0x00030024, 0x00000000); imx3_init_l2x0()
/linux-4.4.14/arch/arm/mm/
H A Dcache-l2x0.c51 static void __iomem *l2x0_base; variable
143 void __iomem *base = l2x0_base; l2c_disable()
152 l2x0_saved_regs.aux_ctrl = readl_relaxed(l2x0_base + L2X0_AUX_CTRL); l2c_save()
157 void __iomem *base = l2x0_base; l2c_resume()
194 void __iomem *base = l2x0_base; l2c210_inv_range()
213 void __iomem *base = l2x0_base; l2c210_clean_range()
222 void __iomem *base = l2x0_base; l2c210_flush_range()
231 void __iomem *base = l2x0_base; l2c210_flush_all()
241 __l2c210_cache_sync(l2x0_base); l2c210_sync()
314 void __iomem *base = l2x0_base; l2c220_inv_range()
341 void __iomem *base = l2x0_base; l2c220_clean_range()
360 void __iomem *base = l2x0_base; l2c220_flush_range()
379 l2c220_op_way(l2x0_base, L2X0_CLEAN_INV_WAY); l2c220_flush_all()
387 __l2c220_cache_sync(l2x0_base); l2c220_sync()
474 void __iomem *base = l2x0_base; l2c310_inv_range_erratum()
508 void __iomem *base = l2x0_base; l2c310_flush_range_erratum()
533 void __iomem *base = l2x0_base; l2c310_flush_all_erratum()
815 old_aux = aux = readl_relaxed(l2x0_base + L2X0_AUX_CTRL); __l2c_init()
868 data->fixup(l2x0_base, cache_id, &fns); __l2c_init()
874 if (!(readl_relaxed(l2x0_base + L2X0_CTRL) & L2X0_CTRL_EN)) { __l2c_init()
877 data->enable(l2x0_base, data->num_lock); __l2c_init()
887 data->save(l2x0_base); __l2c_init()
890 aux = readl_relaxed(l2x0_base + L2X0_AUX_CTRL); __l2c_init()
905 l2x0_base = base; l2x0_init()
926 data->save(l2x0_base); l2x0_init()
1329 void __iomem *base = l2x0_base; aurora_pa_range()
1379 void __iomem *base = l2x0_base; aurora_flush_all()
1392 writel_relaxed(0, l2x0_base + AURORA_SYNC_REG); aurora_cache_sync()
1397 void __iomem *base = l2x0_base; aurora_disable()
1715 l2x0_base = ioremap(res.start, resource_size(&res)); l2x0_of_init()
1716 if (!l2x0_base) l2x0_of_init()
1727 old_aux = readl_relaxed(l2x0_base + L2X0_AUX_CTRL); l2x0_of_init()
1747 data->save(l2x0_base); l2x0_of_init()
1750 if (!(readl_relaxed(l2x0_base + L2X0_CTRL) & L2X0_CTRL_EN)) l2x0_of_init()
1757 cache_id = readl_relaxed(l2x0_base + L2X0_CACHE_ID); l2x0_of_init()
/linux-4.4.14/arch/arm/mach-realview/
H A Drealview_pbx.c366 void __iomem *l2x0_base = realview_pbx_init() local
370 writel(0, l2x0_base + L310_TAG_LATENCY_CTRL); realview_pbx_init()
371 writel(0, l2x0_base + L310_DATA_LATENCY_CTRL); realview_pbx_init()
375 l2x0_init(l2x0_base, 0x02520000, 0xc0000fff); realview_pbx_init()
/linux-4.4.14/arch/arm/mach-omap2/
H A Domap-mpuss-lowpower.c199 void __iomem *l2x0_base = omap4_get_l2cache_base(); save_l2x0_context() local
201 if (l2x0_base && sar_base) { save_l2x0_context()

Completed in 343 milliseconds