Home
last modified time | relevance | path

Searched refs:divisors (Results 1 – 3 of 3) sorted by relevance

/arch/sh/kernel/cpu/sh3/
Dclock-sh7712.c22 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/
Dtimer-mtu2.c120 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/
Dlib1funcs.S73 @ 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