Searched refs:divisors (Results 1 – 3 of 3) sorted by relevance
/arch/sh/kernel/cpu/sh3/ |
D | clock-sh7712.c | 22 static int divisors[] = { 1, 2, 3, 4, 6 }; variable 41 clk->rate = clk->parent->rate / divisors[idx]; in module_clk_recalc() 53 clk->rate = clk->parent->rate / divisors[idx]; in cpu_clk_recalc()
|
/arch/sh/kernel/timers/ |
D | timer-mtu2.c | 120 static unsigned int divisors[] = { 1, 4, 16, 64, 1, 1, 256 }; variable 126 clk->rate = clk->parent->rate / divisors[idx]; in mtu2_clk_init() 135 clk->rate = clk->parent->rate / divisors[idx]; in mtu2_clk_recalc()
|
/arch/arm/lib/ |
D | lib1funcs.S | 73 @ For very big divisors, we must shift it a bit at a time, or 160 @ For very big divisors, we must shift it a bit at a time, or
|