Home
last modified time | relevance | path

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

/arch/sh/kernel/cpu/sh3/
A Dclock-sh7712.c19 static int divisors[] = { 1, 2, 3, 4, 6 }; variable
38 return clk->parent->rate / divisors[idx]; in module_clk_recalc()
50 return clk->parent->rate / divisors[idx]; in cpu_clk_recalc()
/arch/sh/kernel/cpu/sh4a/
A Dclock-sh7722.c95 static int divisors[] = { 1, 3, 2, 5, 3, 4, 5, 6, 8, 10, 12, 16, 20 }; variable
98 .divisors = divisors,
99 .nr_divisors = ARRAY_SIZE(divisors),
A Dclock-sh7366.c92 static int divisors[] = { 1, 3, 2, 5, 3, 4, 5, 6, 8, 10, 12, 16, 20 }; variable
95 .divisors = divisors,
96 .nr_divisors = ARRAY_SIZE(divisors),
A Dclock-sh7734.c54 static int divisors[] = { 1, 3, 2, 3, 4, 6, 8, 9, 12, 16, 18, 24 }; variable
57 .divisors = divisors,
58 .nr_divisors = ARRAY_SIZE(divisors),
A Dclock-sh7343.c89 static int divisors[] = { 1, 3, 2, 5, 3, 4, 5, 6, 8, 10, 12, 16, 20 }; variable
92 .divisors = divisors,
93 .nr_divisors = ARRAY_SIZE(divisors),
A Dclock-sh7723.c96 static int divisors[] = { 1, 3, 2, 5, 3, 4, 5, 6, 8, 10, 12, 16, 20 }; variable
99 .divisors = divisors,
100 .nr_divisors = ARRAY_SIZE(divisors),
A Dclock-sh7724.c136 static int divisors[] = { 2, 3, 4, 6, 8, 12, 16, 0, 24, 32, 36, 48, 0, 72 }; variable
139 .divisors = divisors,
140 .nr_divisors = ARRAY_SIZE(divisors),
A Dclock-sh7757.c52 .divisors = div2,
A Dclock-shx3.c51 .divisors = div2,
A Dclock-sh7785.c55 .divisors = div2,
A Dclock-sh7786.c57 .divisors = div2,
/arch/sh/kernel/cpu/sh2a/
A Dclock-sh7264.c66 .divisors = div2,
A Dclock-sh7269.c94 .divisors = div2,
/arch/arm/lib/
A 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

Completed in 19 milliseconds