Home
last modified time | relevance | path

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

/arch/arm/mach-ux500/
Dcache-l2x0.c21 void __iomem *l2x0_base; in ux500_l2x0_unlock() local
24 l2x0_base = of_iomap(np, 0); in ux500_l2x0_unlock()
26 if (!l2x0_base) in ux500_l2x0_unlock()
37 writel_relaxed(0x0, l2x0_base + L2X0_LOCKDOWN_WAY_D_BASE + in ux500_l2x0_unlock()
39 writel_relaxed(0x0, l2x0_base + L2X0_LOCKDOWN_WAY_I_BASE + in ux500_l2x0_unlock()
42 iounmap(l2x0_base); in ux500_l2x0_unlock()
/arch/arm/mach-imx/
Dsystem.c95 void __iomem *l2x0_base; in imx_init_l2cache() local
103 l2x0_base = of_iomap(np, 0); in imx_init_l2cache()
104 if (!l2x0_base) { in imx_init_l2cache()
110 val = readl_relaxed(l2x0_base + L310_PREFETCH_CTRL); in imx_init_l2cache()
123 writel_relaxed(val, l2x0_base + L310_PREFETCH_CTRL); in imx_init_l2cache()
125 iounmap(l2x0_base); in imx_init_l2cache()
Dmm-imx3.c88 void __iomem *l2x0_base; in imx3_init_l2x0() local
109 l2x0_base = ioremap(MX3x_L2CC_BASE_ADDR, 4096); in imx3_init_l2x0()
110 if (!l2x0_base) { in imx3_init_l2x0()
115 l2x0_init(l2x0_base, 0x00030024, 0x00000000); in imx3_init_l2x0()
/arch/arm/mm/
Dcache-l2x0.c51 static void __iomem *l2x0_base; variable
143 void __iomem *base = l2x0_base; in l2c_disable()
152 l2x0_saved_regs.aux_ctrl = readl_relaxed(l2x0_base + L2X0_AUX_CTRL); in l2c_save()
157 void __iomem *base = l2x0_base; in l2c_resume()
194 void __iomem *base = l2x0_base; in l2c210_inv_range()
213 void __iomem *base = l2x0_base; in l2c210_clean_range()
222 void __iomem *base = l2x0_base; in l2c210_flush_range()
231 void __iomem *base = l2x0_base; in l2c210_flush_all()
241 __l2c210_cache_sync(l2x0_base); in l2c210_sync()
314 void __iomem *base = l2x0_base; in l2c220_inv_range()
[all …]
/arch/arm/mach-realview/
Drealview_pbx.c366 void __iomem *l2x0_base = in realview_pbx_init() local
370 writel(0, l2x0_base + L310_TAG_LATENCY_CTRL); in realview_pbx_init()
371 writel(0, l2x0_base + L310_DATA_LATENCY_CTRL); in realview_pbx_init()
375 l2x0_init(l2x0_base, 0x02520000, 0xc0000fff); in realview_pbx_init()
/arch/arm/mach-omap2/
Domap-mpuss-lowpower.c199 void __iomem *l2x0_base = omap4_get_l2cache_base(); in save_l2x0_context() local
201 if (l2x0_base && sar_base) { in save_l2x0_context()