/linux/Documentation/devicetree/bindings/timer/ |
H A D | samsung,exynos4210-mct.yaml | 167 clocks = <&clock CLK_FIN_PLL>, <&clock CLK_MCT>; 187 clocks = <&clock CLK_FIN_PLL>, <&clock CLK_MCT>; 208 clocks = <&clock CLK_FIN_PLL>, <&clock CLK_MCT>; 228 clocks = <&clock CLK_FIN_PLL>, <&clock CLK_MCT>;
|
/linux/include/dt-bindings/clock/ |
H A D | exynos5410.h | 13 #define CLK_FIN_PLL 1 macro
|
H A D | exynos5250.h | 13 #define CLK_FIN_PLL 1 macro
|
H A D | exynos5420.h | 13 #define CLK_FIN_PLL 1 macro
|
H A D | exynos4.h | 15 #define CLK_FIN_PLL 3 macro
|
H A D | exynos3250.h | 26 #define CLK_FIN_PLL 2 macro
|
/linux/arch/arm/boot/dts/samsung/ |
H A D | exynos3250.dtsi | 352 clocks = <&cmu CLK_FIN_PLL>; 402 assigned-clock-parents = <&cmu CLK_FIN_PLL>, 403 <&cmu CLK_FIN_PLL>; 455 clocks = <&cmu CLK_FIN_PLL>, <&cmu CLK_MCT>;
|
H A D | exynos5250.dtsi | 237 clocks = <&clock CLK_FIN_PLL>, <&clock CLK_FOUT_EPLL>, 247 clocks = <&clock CLK_FIN_PLL>, <&clock CLK_MCT>; 292 clocks = <&clock CLK_FIN_PLL>; 667 clocks = <&clock CLK_USB3>, <&clock CLK_FIN_PLL>; 698 clocks = <&clock CLK_USB2>, <&clock CLK_FIN_PLL>;
|
H A D | exynos5420.dtsi | 295 clocks = <&clock CLK_FIN_PLL>, <&clock CLK_MAU_EPLL>, 927 clocks = <&clock CLK_FIN_PLL>; 1291 clocks = <&clock CLK_FIN_PLL>, <&clock CLK_MCT>;
|
H A D | exynos4210.dtsi | 286 clocks = <&clock CLK_FIN_PLL>, <&clock CLK_MCT>;
|
H A D | exynos5250-snow-common.dtsi | 672 assigned-clock-parents = <&clock CLK_FIN_PLL>;
|
H A D | exynos4x12.dtsi | 299 clocks = <&clock CLK_FIN_PLL>, <&clock CLK_MCT>;
|
H A D | exynos5420-peach-pit.dts | 946 assigned-clock-parents = <&clock CLK_FIN_PLL>;
|
H A D | exynos5800-peach-pi.dts | 928 assigned-clock-parents = <&clock CLK_FIN_PLL>;
|
H A D | exynos4.dtsi | 70 clocks = <&clock CLK_FIN_PLL>, <&clock CLK_FOUT_EPLL>,
|
/linux/Documentation/devicetree/bindings/soc/samsung/ |
H A D | exynos-pmu.yaml | 199 clocks = <&clock CLK_FIN_PLL>;
|
/linux/drivers/clk/samsung/ |
H A D | clk-exynos5250.c | 228 FRATE(CLK_FIN_PLL, "fin_pll", NULL, 0, 0), 813 if (clk_hw_get_rate(hws[CLK_FIN_PLL]) == 24 * MHZ) { in exynos5250_clk_init()
|
H A D | clk-exynos4.c | 1059 fclk.id = CLK_FIN_PLL; in exynos4_clk_register_finpll() 1298 if (clk_hw_get_rate(hws[CLK_FIN_PLL]) == 24000000) { in exynos4_clk_init() 1312 if (clk_hw_get_rate(hws[CLK_FIN_PLL]) == 24000000) { in exynos4_clk_init()
|
H A D | clk-exynos5420.c | 448 FRATE(CLK_FIN_PLL, "fin_pll", NULL, 0, 0), 1600 if (clk_hw_get_rate(hws[CLK_FIN_PLL]) == 24 * MHZ) { in exynos5x_clk_init()
|
H A D | clk-exynos3250.c | 239 FFACTOR(CLK_FIN_PLL, "fin_pll", "xusbxti", 1, 1, 0),
|