Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/plat-s3c24xx/
Dcpu-freq.c433 static struct cpufreq_frequency_table suspend_pll; variable
438 suspend_pll.frequency = clk_get_rate(_clk_mpll); in s3c_cpufreq_suspend()
439 suspend_pll.index = __raw_readl(S3C2410_MPLLCON); in s3c_cpufreq_suspend()
466 ret = s3c_cpufreq_settarget(NULL, suspend_freq, &suspend_pll); in s3c_cpufreq_resume()