_clk_mpll          43 drivers/cpufreq/s3c24xx-cpufreq.c static struct clk *_clk_mpll;
_clk_mpll         142 drivers/cpufreq/s3c24xx-cpufreq.c 	cfg->mpll = _clk_mpll;
_clk_mpll         208 drivers/cpufreq/s3c24xx-cpufreq.c 	s3c_cpufreq_updateclk(_clk_mpll, cpu_new.pll.frequency);
_clk_mpll         359 drivers/cpufreq/s3c24xx-cpufreq.c 	_clk_mpll = s3c_cpufreq_clk_get(NULL, "mpll");
_clk_mpll         367 drivers/cpufreq/s3c24xx-cpufreq.c 	    IS_ERR(_clk_mpll) || IS_ERR(clk_arm) || IS_ERR(_clk_xtal)) {
_clk_mpll         388 drivers/cpufreq/s3c24xx-cpufreq.c 	suspend_pll.frequency = clk_get_rate(_clk_mpll);