Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/kernel/cpu/sh4a/
H A Dclock-sh7763.c19 static int p0fc_divisors[] = { 1, 1, 1, 8, 1, 1, 1, 1 }; variable
24 clk->rate *= p0fc_divisors[(__raw_readl(FRQCR) >> 4) & 0x07]; in master_clk_init()
34 return clk->parent->rate / p0fc_divisors[idx]; in module_clk_recalc()