Home
last modified time | relevance | path

Searched refs:l2x0_base (Results 1 – 4 of 4) sorted by relevance

/linux/arch/arm/mach-imx/
H A Dsystem.c88 void __iomem *l2x0_base; in imx_init_l2cache() local
96 l2x0_base = of_iomap(np, 0); in imx_init_l2cache()
97 if (!l2x0_base) in imx_init_l2cache()
100 if (!(readl_relaxed(l2x0_base + L2X0_CTRL) & L2X0_CTRL_EN)) { in imx_init_l2cache()
102 val = readl_relaxed(l2x0_base + L310_PREFETCH_CTRL); in imx_init_l2cache()
111 writel_relaxed(val, l2x0_base + L310_PREFETCH_CTRL); in imx_init_l2cache()
114 iounmap(l2x0_base); in imx_init_l2cache()
/linux/arch/arm/mach-ux500/
H A Dcpu-db8500.c33 void __iomem *l2x0_base; in ux500_l2x0_unlock() local
36 l2x0_base = of_iomap(np, 0); in ux500_l2x0_unlock()
38 if (!l2x0_base) in ux500_l2x0_unlock()
49 writel_relaxed(0x0, l2x0_base + L2X0_LOCKDOWN_WAY_D_BASE + in ux500_l2x0_unlock()
51 writel_relaxed(0x0, l2x0_base + L2X0_LOCKDOWN_WAY_I_BASE + in ux500_l2x0_unlock()
54 iounmap(l2x0_base); in ux500_l2x0_unlock()
/linux/arch/arm/mm/
H A Dcache-l2x0.c40 static void __iomem *l2x0_base; variable
135 void __iomem *base = l2x0_base; in l2c_disable()
146 l2x0_saved_regs.aux_ctrl = readl_relaxed(l2x0_base + L2X0_AUX_CTRL); in l2c_save()
151 void __iomem *base = l2x0_base; in l2c_resume()
190 void __iomem *base = l2x0_base; in l2c210_inv_range()
209 void __iomem *base = l2x0_base; in l2c210_clean_range()
218 void __iomem *base = l2x0_base; in l2c210_flush_range()
227 void __iomem *base = l2x0_base; in l2c210_flush_all()
237 __l2c210_cache_sync(l2x0_base); in l2c210_sync()
310 void __iomem *base = l2x0_base; in l2c220_inv_range()
[all …]
/linux/arch/arm/mach-omap2/
H A Domap-mpuss-lowpower.c198 void __iomem *l2x0_base = omap4_get_l2cache_base(); in save_l2x0_context() local
200 if (l2x0_base && sar_base) { in save_l2x0_context()