Home
last modified time | relevance | path

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

/linux-6.15/drivers/cache/
H A Dsifive_ccache.c56 static void __iomem *ccache_base; variable
84 writel(val, ccache_base + SIFIVE_CCACHE_ECCINJECTERR); in ccache_write()
109 cfg = readl(ccache_base + SIFIVE_CCACHE_CONFIG); in ccache_config_read()
116 cfg = readl(ccache_base + SIFIVE_CCACHE_WAYENABLE); in ccache_config_read()
158 writeq(line, ccache_base + SIFIVE_CCACHE_FLUSH64); in ccache_flush_range()
213 readl(ccache_base + SIFIVE_CCACHE_DIRECCFIX_COUNT); in ccache_int_handler()
222 readl(ccache_base + SIFIVE_CCACHE_DIRECCFAIL_COUNT); in ccache_int_handler()
233 readl(ccache_base + SIFIVE_CCACHE_DATECCFIX_COUNT); in ccache_int_handler()
243 readl(ccache_base + SIFIVE_CCACHE_DATECCFAIL_COUNT); in ccache_int_handler()
308 if (!ccache_base) { in sifive_ccache_init()
[all …]