Searched refs:divisors (Results 1 - 17 of 17) sorted by relevance

/arch/sh/kernel/cpu/sh3/
H A Dclock-sh7712.c22 static int divisors[] = { 1, 2, 3, 4, 6 }; variable
41 return clk->parent->rate / divisors[idx];
53 return clk->parent->rate / divisors[idx];
/arch/arm/mach-shmobile/
H A Dclock-r8a7779.c61 static int divisors[] = { 0, 0, 0, 6, 8, 12, 16, 0, 24, 32, 36, 0, 0, 0, 0, 0 }; variable
64 .divisors = divisors,
65 .nr_divisors = ARRAY_SIZE(divisors),
H A Dclock-r8a7740.c211 static int divisors[] = { 2, 3, 4, 6, 8, 12, 16, 18, variable
215 .divisors = divisors,
216 .nr_divisors = ARRAY_SIZE(divisors),
H A Dclock-sh7367.c162 static int divisors[] = { 2, 3, 4, 6, 8, 12, 16, 18, variable
166 .divisors = divisors,
167 .nr_divisors = ARRAY_SIZE(divisors),
H A Dclock-sh7377.c172 static int divisors[] = { 2, 3, 4, 6, 8, 12, 16, 18, variable
176 .divisors = divisors,
177 .nr_divisors = ARRAY_SIZE(divisors),
H A Dclock-sh73a0.c247 static int divisors[] = { 2, 3, 4, 6, 8, 12, 16, 18, variable
251 .divisors = divisors,
252 .nr_divisors = ARRAY_SIZE(divisors),
H A Dclock-sh7372.c331 static int divisors[] = { 2, 3, 4, 6, 8, 12, 16, 18, variable
335 .divisors = divisors,
336 .nr_divisors = ARRAY_SIZE(divisors),
/arch/sh/kernel/cpu/sh4a/
H A Dclock-sh7722.c107 static int divisors[] = { 1, 3, 2, 5, 3, 4, 5, 6, 8, 10, 12, 16, 20 }; variable
110 .divisors = divisors,
111 .nr_divisors = ARRAY_SIZE(divisors),
H A Dclock-sh7343.c101 static int divisors[] = { 1, 3, 2, 5, 3, 4, 5, 6, 8, 10, 12, 16, 20 }; variable
104 .divisors = divisors,
105 .nr_divisors = ARRAY_SIZE(divisors),
H A Dclock-sh7366.c104 static int divisors[] = { 1, 3, 2, 5, 3, 4, 5, 6, 8, 10, 12, 16, 20 }; variable
107 .divisors = divisors,
108 .nr_divisors = ARRAY_SIZE(divisors),
H A Dclock-sh7723.c108 static int divisors[] = { 1, 3, 2, 5, 3, 4, 5, 6, 8, 10, 12, 16, 20 }; variable
111 .divisors = divisors,
112 .nr_divisors = ARRAY_SIZE(divisors),
H A Dclock-sh7724.c148 static int divisors[] = { 2, 3, 4, 6, 8, 12, 16, 0, 24, 32, 36, 48, 0, 72 }; variable
151 .divisors = divisors,
152 .nr_divisors = ARRAY_SIZE(divisors),
H A Dclock-sh7757.c55 .divisors = div2,
H A Dclock-shx3.c54 .divisors = div2,
H A Dclock-sh7785.c58 .divisors = div2,
H A Dclock-sh7786.c60 .divisors = div2,
/arch/arm/lib/
H 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 145 milliseconds