Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sh/kernel/cpu/sh5/
Dclock-sh5.c23 static unsigned long cprc_base; variable
27 int idx = (__raw_readl(cprc_base + 0x00) >> 6) & 0x0007; in master_clk_init()
37 int idx = (__raw_readw(cprc_base) >> 12) & 0x0007; in module_clk_recalc()
47 int idx = (__raw_readw(cprc_base) >> 3) & 0x0007; in bus_clk_recalc()
57 int idx = (__raw_readw(cprc_base) & 0x0007); in cpu_clk_recalc()
74 cprc_base = (unsigned long)ioremap_nocache(CPRC_BASE, 1024); in arch_init_clk_ops()
75 BUG_ON(!cprc_base); in arch_init_clk_ops()