Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soc/sifive/
H A Dsifive_ccache.c47 static void __iomem *ccache_base; variable
70 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()
129 return readl(ccache_base + SIFIVE_CCACHE_WAYENABLE) & 0xFF; in ccache_largest_wayenabled()
165 add_h = readl(ccache_base + SIFIVE_CCACHE_DIRECCFIX_HIGH); in ccache_int_handler()
166 add_l = readl(ccache_base + SIFIVE_CCACHE_DIRECCFIX_LOW); in ccache_int_handler()
169 readl(ccache_base + SIFIVE_CCACHE_DIRECCFIX_COUNT); in ccache_int_handler()
175 add_h = readl(ccache_base + SIFIVE_CCACHE_DIRECCFAIL_HIGH); in ccache_int_handler()
176 add_l = readl(ccache_base + SIFIVE_CCACHE_DIRECCFAIL_LOW); in ccache_int_handler()
[all …]