Searched refs:l2_base (Results 1 – 3 of 3) sorted by relevance
38 static void __iomem *l2_base; variable60 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 …]
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()
228 struct imx6_pm_base l2_base; member374 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