Searched refs:ccache_base (Results 1 – 1 of 1) sorted by relevance
47 static void __iomem *ccache_base; variable70 writel(val, ccache_base + SIFIVE_CCACHE_ECCINJECTERR); in ccache_write()95 cfg = readl(ccache_base + SIFIVE_CCACHE_CONFIG); in ccache_config_read()102 cfg = readl(ccache_base + SIFIVE_CCACHE_WAYENABLE); in ccache_config_read()169 readl(ccache_base + SIFIVE_CCACHE_DIRECCFIX_COUNT); in ccache_int_handler()178 readl(ccache_base + SIFIVE_CCACHE_DIRECCFAIL_COUNT); in ccache_int_handler()189 readl(ccache_base + SIFIVE_CCACHE_DATECCFIX_COUNT); in ccache_int_handler()199 readl(ccache_base + SIFIVE_CCACHE_DATECCFAIL_COUNT); in ccache_int_handler()223 ccache_base = ioremap(res.start, resource_size(&res)); in sifive_ccache_init()224 if (!ccache_base) { in sifive_ccache_init()[all …]