Searched refs:bfc_divisors (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/arch/sh/kernel/cpu/sh4a/ |
D | clock-sh7770.c | 19 static int bfc_divisors[] = { 1, 1, 1, 1, 1, 8,12, 1 }; variable 44 return clk->parent->rate / bfc_divisors[idx]; in bus_clk_recalc()
|
D | clock-sh7763.c | 21 static int bfc_divisors[] = { 1, 1, 1, 8, 1, 1, 1, 1 }; variable 47 return clk->parent->rate / bfc_divisors[idx]; in bus_clk_recalc()
|
D | clock-sh7780.c | 21 static int bfc_divisors[] = { 1, 1, 1, 8, 12, 16, 24, 1 }; variable 47 return clk->parent->rate / bfc_divisors[idx]; in bus_clk_recalc()
|
/linux-2.6.39/arch/sh/kernel/cpu/sh4/ |
D | clock-sh4.c | 26 #define bfc_divisors ifc_divisors /* Same */ macro 51 return clk->parent->rate / bfc_divisors[idx]; in bus_clk_recalc()
|