Searched refs:cfc_divisors (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/sh/kernel/cpu/sh4a/ |
H A D | clock-sh7763.c | 20 static int cfc_divisors[] = { 1, 1, 4, 1, 1, 1, 1, 1 }; variable 71 return clk->parent->rate / cfc_divisors[idx]; in shyway_clk_recalc()
|
H A D | clock-sh7780.c | 20 static int cfc_divisors[] = { 1, 1, 4, 1, 6, 1, 1, 1 }; variable 77 return clk->parent->rate / cfc_divisors[idx]; in shyway_clk_recalc()
|