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

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

Completed in 58 milliseconds