Searched defs:mout_mpll (Results 1 - 3 of 3) sorted by relevance

/drivers/cpufreq/
H A Dexynos4210-cpufreq.c26 static struct clk *mout_mpll; variable in typeref:struct:clk
88 clk_set_parent(moutcore, mout_mpll);
153 mout_mpll = clk_get(NULL, "mout_mpll");
154 if (IS_ERR(mout_mpll))
157 rate = clk_get_rate(mout_mpll) / 1000;
176 clk_put(mout_mpll);
H A Dexynos4x12-cpufreq.c26 static struct clk *mout_mpll; variable in typeref:struct:clk
133 clk_set_parent(moutcore, mout_mpll);
200 mout_mpll = clk_get(NULL, "mout_mpll");
201 if (IS_ERR(mout_mpll))
204 rate = clk_get_rate(mout_mpll) / 1000;
228 clk_put(mout_mpll);
H A Dexynos5250-cpufreq.c26 static struct clk *mout_mpll; variable in typeref:struct:clk
112 clk_set_parent(moutcore, mout_mpll);
179 mout_mpll = clk_get(NULL, "mout_mpll");
180 if (IS_ERR(mout_mpll))
183 rate = clk_get_rate(mout_mpll) / 1000;
202 clk_put(mout_mpll);

Completed in 221 milliseconds