Searched refs:cpu_new (Results 1 – 1 of 1) sorted by relevance
153 struct s3c_cpufreq_config cpu_new; in s3c_cpufreq_settarget() local156 cpu_new = cpu_cur; /* copy new from current */ in s3c_cpufreq_settarget()162 cpu_new.pll = pll ? *pll : cpu_cur.pll; in s3c_cpufreq_settarget()169 cpu_new.freq.armclk = target_freq; in s3c_cpufreq_settarget()170 cpu_new.freq.fclk = cpu_new.pll.frequency; in s3c_cpufreq_settarget()172 if (s3c_cpufreq_calcdivs(&cpu_new) < 0) { in s3c_cpufreq_settarget()179 s3c_cpufreq_calc(&cpu_new); in s3c_cpufreq_settarget()183 if (cpu_new.freq.hclk != cpu_cur.freq.hclk) { in s3c_cpufreq_settarget()184 if (s3c_cpufreq_calcio(&cpu_new) < 0) { in s3c_cpufreq_settarget()190 s3c_cpufreq_show("new", &cpu_new); in s3c_cpufreq_settarget()[all …]