Searched refs:stc_multipliers (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/arch/sh/kernel/cpu/sh3/ |
H A D | clock-sh3.c | 25 static int stc_multipliers[] = { 1, 2, 3, 4, 6, 1, 1, 1 }; variable 58 return clk->parent->rate / stc_multipliers[idx]; bus_clk_recalc()
|
H A D | clock-sh7705.c | 29 static int stc_multipliers[] = { 1, 2, 3, 4, 6, 1, 1, 1 }; variable 55 return clk->parent->rate / stc_multipliers[idx]; bus_clk_recalc()
|
H A D | clock-sh7706.c | 21 static int stc_multipliers[] = { 1, 2, 4, 1, 3, 6, 1, 1 }; variable 54 return clk->parent->rate / stc_multipliers[idx]; bus_clk_recalc()
|
H A D | clock-sh7709.c | 21 static int stc_multipliers[] = { 1, 2, 4, 8, 3, 6, 1, 1 }; variable 55 return clk->parent->rate * stc_multipliers[idx]; bus_clk_recalc()
|
Completed in 76 milliseconds