Home
last modified time | relevance | path

Searched refs:plls (Results 1 – 11 of 11) sorted by relevance

/linux-4.1.27/Documentation/devicetree/bindings/clock/st/
Dst,clkgen-pll.txt15 "st,clkgena-plls-c65"
16 "st,plls-c32-a1x-0", "st,clkgen-plls-c32"
17 "st,plls-c32-a1x-1", "st,clkgen-plls-c32"
18 "st,stih415-plls-c32-a9", "st,clkgen-plls-c32"
19 "st,stih415-plls-c32-ddr", "st,clkgen-plls-c32"
20 "st,stih416-plls-c32-a9", "st,clkgen-plls-c32"
21 "st,stih416-plls-c32-ddr", "st,clkgen-plls-c32"
22 "st,stih407-plls-c32-a0", "st,clkgen-plls-c32"
23 "st,stih407-plls-c32-a9", "st,clkgen-plls-c32"
24 "st,stih407-plls-c32-c0_0", "st,clkgen-plls-c32"
[all …]
Dst,clkgen.txt66 compatible = "st,clkgena-plls-c65";
/linux-4.1.27/arch/arm/boot/dts/
Dstih415-clock.dtsi34 compatible = "st,clkgena-plls-c65";
92 compatible = "st,clkgena-plls-c65";
155 compatible = "st,plls-c32-a1x-0", "st,clkgen-plls-c32";
167 compatible = "st,plls-c32-a1x-1", "st,clkgen-plls-c32";
269 compatible = "st,plls-c32-a1x-0", "st,clkgen-plls-c32";
281 compatible = "st,plls-c32-a1x-1", "st,clkgen-plls-c32";
391 compatible = "st,plls-c32-a1x-0", "st,clkgen-plls-c32";
403 compatible = "st,plls-c32-a1x-1", "st,clkgen-plls-c32";
502 compatible = "st,stih415-plls-c32-a9", "st,clkgen-plls-c32";
Dstih407-clock.dtsi45 compatible = "st,stih407-plls-c32-a9", "st,clkgen-plls-c32";
99 compatible = "st,stih407-plls-c32-a0", "st,clkgen-plls-c32";
137 compatible = "st,stih407-plls-c32-c0_0", "st,clkgen-plls-c32";
146 compatible = "st,stih407-plls-c32-c0_1", "st,clkgen-plls-c32";
Dstih416-clock.dtsi35 compatible = "st,clkgena-plls-c65";
93 compatible = "st,clkgena-plls-c65";
157 compatible = "st,plls-c32-a1x-0", "st,clkgen-plls-c32";
169 compatible = "st,plls-c32-a1x-1", "st,clkgen-plls-c32";
271 compatible = "st,plls-c32-a1x-0", "st,clkgen-plls-c32";
283 compatible = "st,plls-c32-a1x-1", "st,clkgen-plls-c32";
393 compatible = "st,plls-c32-a1x-0", "st,clkgen-plls-c32";
405 compatible = "st,plls-c32-a1x-1", "st,clkgen-plls-c32";
505 compatible = "st,stih416-plls-c32-a9", "st,clkgen-plls-c32";
733 compatible = "st,stih416-plls-c32-ddr", "st,clkgen-plls-c32";
Dstih410-clock.dtsi47 compatible = "st,stih407-plls-c32-a9", "st,clkgen-plls-c32";
101 compatible = "st,stih407-plls-c32-a0", "st,clkgen-plls-c32";
140 compatible = "st,stih407-plls-c32-c0_0", "st,clkgen-plls-c32";
149 compatible = "st,stih407-plls-c32-c0_1", "st,clkgen-plls-c32";
Dstih418-clock.dtsi47 compatible = "st,stih407-plls-c32-a9", "st,clkgen-plls-c32";
101 compatible = "st,stih407-plls-c32-a0", "st,clkgen-plls-c32";
140 compatible = "st,stih407-plls-c32-c0_0", "st,clkgen-plls-c32";
149 compatible = "st,stih407-plls-c32-c0_1", "st,clkgen-plls-c32";
/linux-4.1.27/Documentation/devicetree/bindings/clock/
Dsamsung,s3c2410-clock.txt27 The xti clock used as input for the plls is generated outside the SoC. It is
/linux-4.1.27/arch/arm/plat-samsung/include/plat/
Dcpu-freq-core.h196 extern int s3c_plltab_register(struct cpufreq_frequency_table *plls,
/linux-4.1.27/drivers/cpufreq/
Ds3c24xx-cpufreq.c651 int __init s3c_plltab_register(struct cpufreq_frequency_table *plls, in s3c_plltab_register() argument
661 memcpy(vals, plls, size); in s3c_plltab_register()
/linux-4.1.27/drivers/video/fbdev/intelfb/
Dintelfbhw.c53 static struct pll_min_max plls[PLLS_MAX] = { variable
661 return plls[index].ref_clk * m / n / p; in calc_vclock3()
667 struct pll_min_max *pll = &plls[index]; in calc_vclock()
883 struct pll_min_max *pll = &plls[index]; in splitm()
904 struct pll_min_max *pll = &plls[index]; in splitp()
943 struct pll_min_max *pll = &plls[index]; in calc_pll_params()