Home
last modified time | relevance | path

Searched refs:l2_base (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/soc/sifive/
A Dsifive_l2_cache.c38 static void __iomem *l2_base; variable
60 writel(val, l2_base + SIFIVE_L2_ECCINJECTERR); in l2_write()
85 regval = readl(l2_base + SIFIVE_L2_CONFIG); in l2_config_read()
95 regval = readl(l2_base + SIFIVE_L2_WAYENABLE); in l2_config_read()
157 add_l = readl(l2_base + SIFIVE_L2_DIRECCFIX_LOW); in l2_int_handler()
160 readl(l2_base + SIFIVE_L2_DIRECCFIX_COUNT); in l2_int_handler()
168 readl(l2_base + SIFIVE_L2_DIRECCFAIL_COUNT); in l2_int_handler()
175 add_l = readl(l2_base + SIFIVE_L2_DATECCFIX_LOW); in l2_int_handler()
178 readl(l2_base + SIFIVE_L2_DATECCFIX_COUNT); in l2_int_handler()
187 readl(l2_base + SIFIVE_L2_DATECCFAIL_COUNT); in l2_int_handler()
[all …]
/linux/arch/powerpc/platforms/85xx/
A Dxes_mpc85xx.c48 static void xes_mpc85xx_configure_l2(void __iomem *l2_base) in xes_mpc85xx_configure_l2() argument
53 tmp = in_be32(l2_base); in xes_mpc85xx_configure_l2()
71 out_be32(l2_base, ctl); in xes_mpc85xx_configure_l2()
86 void __iomem *l2_base; in xes_mpc85xx_fixups() local
105 l2_base = ioremap(r[0].start, resource_size(&r[0])); in xes_mpc85xx_fixups()
107 xes_mpc85xx_configure_l2(l2_base); in xes_mpc85xx_fixups()
/linux/arch/arm/mach-imx/
A Dpm-imx6.c228 struct imx6_pm_base l2_base; member
374 suspend_ocram_base)->l2_base.vbase) in imx6q_suspend_finish()
550 ret = imx6_pm_get_base(&pm_info->l2_base, socdata->pl310_compat); in imx6q_suspend_init()

Completed in 7 milliseconds