Searched refs:l2_base (Results 1 – 3 of 3) sorted by relevance
32 static void __iomem *l2_base; variable52 writel(val, l2_base + SIFIVE_L2_ECCINJECTERR); in l2_write()77 regval = readl(l2_base + SIFIVE_L2_CONFIG); in l2_config_read()87 regval = readl(l2_base + SIFIVE_L2_WAYENABLE); in l2_config_read()115 add_h = readl(l2_base + SIFIVE_L2_DIRECCFIX_HIGH); in l2_int_handler()116 add_l = readl(l2_base + SIFIVE_L2_DIRECCFIX_LOW); in l2_int_handler()119 readl(l2_base + SIFIVE_L2_DIRECCFIX_COUNT); in l2_int_handler()124 add_h = readl(l2_base + SIFIVE_L2_DATECCFIX_HIGH); in l2_int_handler()125 add_l = readl(l2_base + SIFIVE_L2_DATECCFIX_LOW); in l2_int_handler()128 readl(l2_base + SIFIVE_L2_DATECCFIX_COUNT); in l2_int_handler()[all …]
48 static void xes_mpc85xx_configure_l2(void __iomem *l2_base) in xes_mpc85xx_configure_l2() argument53 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() local105 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()
226 struct imx6_pm_base l2_base; member372 suspend_ocram_base)->l2_base.vbase) in imx6q_suspend_finish()548 ret = imx6_pm_get_base(&pm_info->l2_base, socdata->pl310_compat); in imx6q_suspend_init()