Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 2 milliseconds