Home
last modified time | relevance | path

Searched refs:mout_apll (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/cpufreq/
Dexynos4210-cpufreq.c31 static struct clk *mout_apll; variable
174 clk_set_parent(moutcore, mout_apll); in exynos4210_set_apll()
252 mout_apll = clk_get(NULL, "mout_apll"); in exynos4210_cpufreq_init()
253 if (IS_ERR(mout_apll)) in exynos4210_cpufreq_init()
Dexynos5250-cpufreq.c31 static struct clk *mout_apll; variable
188 clk_set_parent(moutcore, mout_apll); in set_apll()
287 mout_apll = clk_get(NULL, "mout_apll"); in exynos5250_cpufreq_init()
288 if (IS_ERR(mout_apll)) in exynos5250_cpufreq_init()
Dexynos4x12-cpufreq.c31 static struct clk *mout_apll; variable
361 clk_set_parent(moutcore, mout_apll); in exynos4x12_set_apll()
454 mout_apll = clk_get(NULL, "mout_apll"); in exynos4x12_cpufreq_init()
455 if (IS_ERR(mout_apll)) in exynos4x12_cpufreq_init()