Searched refs:clk_ext_xtal_mux (Results 1 – 7 of 7) sorted by relevance
/arch/arm/plat-samsung/include/plat/ |
D | s5p-clock.h | 20 #define clk_fin_apll clk_ext_xtal_mux 21 #define clk_fin_bpll clk_ext_xtal_mux 22 #define clk_fin_cpll clk_ext_xtal_mux 23 #define clk_fin_mpll clk_ext_xtal_mux 24 #define clk_fin_epll clk_ext_xtal_mux 25 #define clk_fin_dpll clk_ext_xtal_mux 26 #define clk_fin_vpll clk_ext_xtal_mux 27 #define clk_fin_hpll clk_ext_xtal_mux 29 extern struct clk clk_ext_xtal_mux;
|
/arch/arm/plat-s5p/ |
D | clock.c | 33 struct clk clk_ext_xtal_mux = { variable 244 &clk_ext_xtal_mux, 260 clk_ext_xtal_mux.rate = xtal_freq; in s5p_register_clocks()
|
/arch/arm/mach-s3c64xx/ |
D | clock.c | 40 static struct clk clk_ext_xtal_mux = { variable 44 #define clk_fin_apll clk_ext_xtal_mux 45 #define clk_fin_mpll clk_ext_xtal_mux 46 #define clk_fin_epll clk_ext_xtal_mux 897 clk_ext_xtal_mux.parent = xtal_clk; in s3c64xx_setup_clocks() 939 &clk_ext_xtal_mux,
|
/arch/arm/mach-s5p64x0/ |
D | clock-s5p6450.c | 356 &clk_ext_xtal_mux, 367 &clk_ext_xtal_mux, 379 &clk_ext_xtal_mux, 392 [2] = &clk_ext_xtal_mux,
|
/arch/arm/mach-s5pv210/ |
D | clock.c | 684 [0] = &clk_ext_xtal_mux, 713 [0] = &clk_ext_xtal_mux, 742 [0] = &clk_ext_xtal_mux, 793 [0] = &clk_ext_xtal_mux,
|
/arch/arm/mach-exynos/ |
D | clock-exynos5.c | 692 [0] = &clk_ext_xtal_mux, 711 [0] = &clk_ext_xtal_mux, 1041 epll_rate = clk_ext_xtal_mux.rate; in exynos5_epll_set_rate()
|
D | clock-exynos4.c | 802 [0] = &clk_ext_xtal_mux,
|