Searched refs:stc_multipliers (Results 1 – 4 of 4) sorted by relevance
/linux/arch/sh/kernel/cpu/sh3/ |
H A D | clock-sh7705.c | 26 static int stc_multipliers[] = { 1, 2, 3, 4, 6, 1, 1, 1 }; variable 52 return clk->parent->rate / stc_multipliers[idx]; in bus_clk_recalc()
|
H A D | clock-sh3.c | 22 static int stc_multipliers[] = { 1, 2, 3, 4, 6, 1, 1, 1 }; variable 55 return clk->parent->rate / stc_multipliers[idx]; in bus_clk_recalc()
|
H A D | clock-sh7709.c | 18 static int stc_multipliers[] = { 1, 2, 4, 8, 3, 6, 1, 1 }; variable 52 return clk->parent->rate * stc_multipliers[idx]; in bus_clk_recalc()
|
H A D | clock-sh7706.c | 18 static int stc_multipliers[] = { 1, 2, 4, 1, 3, 6, 1, 1 }; variable 51 return clk->parent->rate / stc_multipliers[idx]; in bus_clk_recalc()
|