Home
last modified time | relevance | path

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

12

/arch/sh/kernel/cpu/sh3/
Dclock-sh7712.c22 static int divisors[] = { 1, 2, 3, 4, 6 }; variable
41 return clk->parent->rate / divisors[idx]; in module_clk_recalc()
53 return clk->parent->rate / divisors[idx]; in cpu_clk_recalc()
/arch/sh/kernel/cpu/sh4a/
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),
Dclock-sh7734.c57 static int divisors[] = { 1, 3, 2, 3, 4, 6, 8, 9, 12, 16, 18, 24 }; variable
60 .divisors = divisors,
61 .nr_divisors = ARRAY_SIZE(divisors),
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),
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),
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),
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),
Dclock-sh7757.c55 .divisors = div2,
Dclock-shx3.c54 .divisors = div2,
Dclock-sh7785.c58 .divisors = div2,
Dclock-sh7786.c60 .divisors = div2,
/arch/arm/boot/dts/
Dat91sam9g20.dtsi63 atmel,clk-divisors = <1 2 4 6>;
Dat91sam9261.dtsi641 atmel,clk-divisors = <1 2 4 0>;
647 atmel,clk-divisors = <1 2 4 0>;
Dat91rm9200.dtsi151 atmel,clk-divisors = <1 2 3 4>;
157 atmel,clk-divisors = <1 2 0 0>;
Dat91sam9260.dtsi176 atmel,clk-divisors = <1 2 4 0>;
182 atmel,clk-divisors = <1 2 4 0>;
Dat91sam9263.dtsi147 atmel,clk-divisors = <1 2 4 0>;
153 atmel,clk-divisors = <1 2 4 0>;
Dat91sam9rl.dtsi873 atmel,clk-divisors = <1 2 4 0>;
Dat91sam9n12.dtsi187 atmel,clk-divisors = <1 2 4 3>;
Dat91sam9x5.dtsi191 atmel,clk-divisors = <1 2 4 3>;
Dat91sam9g45.dtsi185 atmel,clk-divisors = <1 2 4 3>;
Dsama5d2.dtsi541 atmel,clk-divisors = <1 2 4 3>;
Dsama5d3.dtsi1055 atmel,clk-divisors = <1 2 4 3>;
/arch/sh/kernel/cpu/sh2a/
Dclock-sh7264.c69 .divisors = div2,
Dclock-sh7269.c97 .divisors = div2,
/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

12