Searched refs:epll (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/clk/samsung/ |
D | clk-exynos-audss.c | 38 static struct clk *epll; variable 129 epll = ERR_PTR(-ENODEV); in exynos_audss_clk_probe() 151 epll = pll_in; in exynos_audss_clk_probe() 153 ret = clk_prepare_enable(epll); in exynos_audss_clk_probe() 244 if (!IS_ERR(epll)) in exynos_audss_clk_probe() 245 clk_disable_unprepare(epll); in exynos_audss_clk_probe() 260 if (!IS_ERR(epll)) in exynos_audss_clk_remove() 261 clk_disable_unprepare(epll); in exynos_audss_clk_remove()
|
D | clk-s3c2443.c | 48 mpll, epll, enumerator 228 [epll] = PLL(pll_6553, 0, "epll", "epllref", 282 [epll] = PLL(pll_2126, 0, "epll", "epllref",
|
D | clk-exynos5250.c | 108 apll, mpll, cpll, epll, vpll, gpll, bpll, enumerator 745 [epll] = PLL(pll_36xx, CLK_FOUT_EPLL, "fout_epll", "fin_pll", EPLL_LOCK, 780 exynos5250_plls[epll].rate_table = epll_24mhz_tbl; in exynos5250_clk_init()
|
D | clk-s5pv210.c | 76 epll, enumerator 763 [epll] = PLL(pll_4600, FOUT_EPLL, "fout_epll", "fin_pll", 775 [epll] = PLL(pll_4500, FOUT_EPLL, "fout_epll", "fin_pll",
|
D | clk-exynos4.c | 152 apll, mpll, epll, vpll, enumerator 1342 [epll] = PLL_A(pll_4600, CLK_FOUT_EPLL, "fout_epll", "fin_pll", 1353 [epll] = PLL(pll_36xx, CLK_FOUT_EPLL, "fout_epll", "fin_pll", 1411 exynos4210_plls[epll].rate_table = in exynos4_clk_init() 1425 exynos4x12_plls[epll].rate_table = in exynos4_clk_init()
|
D | clk-s3c64xx.c | 62 apll, mpll, epll, enumerator 372 [epll] = PLL(pll_6553, FOUT_EPLL, "fout_epll", "fin_pll",
|
D | clk-exynos5420.c | 147 apll, cpll, dpll, epll, rpll, ipll, spll, vpll, mpll, enumerator 1232 [epll] = PLL(pll_2650, CLK_FOUT_EPLL, "fout_epll", "fin_pll", EPLL_LOCK,
|