Searched refs:_clk_mpll (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/cpufreq/
H A Ds3c24xx-cpufreq.c44 static struct clk *_clk_mpll; variable in typeref:struct:clk
143 cfg->mpll = _clk_mpll; s3c_cpufreq_setfvco()
209 s3c_cpufreq_updateclk(_clk_mpll, cpu_new.pll.frequency); s3c_cpufreq_settarget()
372 _clk_mpll = s3c_cpufreq_clk_get(NULL, "mpll"); s3c_cpufreq_initclks()
380 IS_ERR(_clk_mpll) || IS_ERR(clk_arm) || IS_ERR(_clk_xtal)) { s3c_cpufreq_initclks()
400 suspend_pll.frequency = clk_get_rate(_clk_mpll); s3c_cpufreq_suspend()

Completed in 69 milliseconds