/arch/sh/kernel/cpu/sh3/ |
D | clock-sh7712.c | 22 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/ |
D | clock-sh7722.c | 107 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),
|
D | clock-sh7734.c | 57 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),
|
D | clock-sh7366.c | 104 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),
|
D | clock-sh7723.c | 108 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),
|
D | clock-sh7343.c | 101 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),
|
D | clock-sh7724.c | 148 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),
|
D | clock-sh7757.c | 55 .divisors = div2,
|
D | clock-shx3.c | 54 .divisors = div2,
|
D | clock-sh7785.c | 58 .divisors = div2,
|
D | clock-sh7786.c | 60 .divisors = div2,
|
/arch/arm/boot/dts/ |
D | at91sam9g20.dtsi | 63 atmel,clk-divisors = <1 2 4 6>;
|
D | at91sam9261.dtsi | 641 atmel,clk-divisors = <1 2 4 0>; 647 atmel,clk-divisors = <1 2 4 0>;
|
D | at91rm9200.dtsi | 151 atmel,clk-divisors = <1 2 3 4>; 157 atmel,clk-divisors = <1 2 0 0>;
|
D | at91sam9260.dtsi | 176 atmel,clk-divisors = <1 2 4 0>; 182 atmel,clk-divisors = <1 2 4 0>;
|
D | at91sam9263.dtsi | 147 atmel,clk-divisors = <1 2 4 0>; 153 atmel,clk-divisors = <1 2 4 0>;
|
D | at91sam9rl.dtsi | 873 atmel,clk-divisors = <1 2 4 0>;
|
D | at91sam9n12.dtsi | 187 atmel,clk-divisors = <1 2 4 3>;
|
D | at91sam9x5.dtsi | 191 atmel,clk-divisors = <1 2 4 3>;
|
D | at91sam9g45.dtsi | 185 atmel,clk-divisors = <1 2 4 3>;
|
D | sama5d2.dtsi | 541 atmel,clk-divisors = <1 2 4 3>;
|
D | sama5d3.dtsi | 1055 atmel,clk-divisors = <1 2 4 3>;
|
/arch/sh/kernel/cpu/sh2a/ |
D | clock-sh7264.c | 69 .divisors = div2,
|
D | clock-sh7269.c | 97 .divisors = div2,
|
/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
|