Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/mm/
H A Dcache-j2.c25 u32 __iomem *j2_ccr_base; variable
31 __raw_writel(CACHE_ENABLE | ICACHE_FLUSH, j2_ccr_base + cpu); in j2_flush_icache()
38 __raw_writel(CACHE_ENABLE | DCACHE_FLUSH, j2_ccr_base + cpu); in j2_flush_dcache()
45 __raw_writel(CACHE_ENABLE | CACHE_FLUSH, j2_ccr_base + cpu); in j2_flush_both()
50 if (!j2_ccr_base) in j2_cache_init()
63 pr_info("Initial J2 CCR is %.8x\n", __raw_readl(j2_ccr_base)); in j2_cache_init()
/openbmc/linux/arch/sh/kernel/cpu/sh2/
H A Dprobe.c17 extern u32 __iomem *j2_ccr_base;
24 j2_ccr_base = ioremap(of_flat_dt_translate_address(node), 4); in scan_cache()
49 if (j2_ccr_base) __raw_writel(0x80000303, j2_ccr_base + 4*cpu); in cpu_probe()