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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/plat-s3c24xx/
H A Dcpu-freq.c434 static struct cpufreq_frequency_table suspend_pll; variable in typeref:struct:cpufreq_frequency_table
439 suspend_pll.frequency = clk_get_rate(_clk_mpll);
440 suspend_pll.index = __raw_readl(S3C2410_MPLLCON);
467 ret = s3c_cpufreq_settarget(NULL, suspend_freq, &suspend_pll);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/plat-s3c24xx/
H A Dcpu-freq.c434 static struct cpufreq_frequency_table suspend_pll; variable in typeref:struct:cpufreq_frequency_table
439 suspend_pll.frequency = clk_get_rate(_clk_mpll);
440 suspend_pll.index = __raw_readl(S3C2410_MPLLCON);
467 ret = s3c_cpufreq_settarget(NULL, suspend_freq, &suspend_pll);

Completed in 159 milliseconds