Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/soc/sifive/
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()
121 return readl(l2_base + SIFIVE_L2_WAYENABLE) & 0xFF; in l2_largest_wayenabled()
156 add_h = readl(l2_base + SIFIVE_L2_DIRECCFIX_HIGH); in l2_int_handler()
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()
165 add_h = readl(l2_base + SIFIVE_L2_DIRECCFAIL_HIGH); in l2_int_handler()
166 add_l = readl(l2_base + SIFIVE_L2_DIRECCFAIL_LOW); in l2_int_handler()
[all …]
/linux-5.19.10/arch/powerpc/platforms/85xx/
Dxes_mpc85xx.c48 static void __init 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-5.19.10/arch/arm/mach-imx/
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()