Lines Matching full:dvs
47 /* pseudo-frequency for dvs mode */
51 * it's essential to leave dvs, as some boards do not reconfigure the
61 /* S3C2416 only supports changing the voltage in the dvs-mode.
94 /* return our pseudo-frequency when in dvs mode */ in s3c2416_cpufreq_get_speed()
126 pr_debug("cpufreq: already in dvs mode, nothing to do\n"); in s3c2416_cpufreq_enter_dvs()
139 /* changing the core voltage is only allowed when in dvs mode */ in s3c2416_cpufreq_enter_dvs()
168 pr_debug("cpufreq: not in dvs mode, so can't leave\n"); in s3c2416_cpufreq_leave_dvs()
188 /* force armdiv to hclk frequency for transition from dvs*/ in s3c2416_cpufreq_leave_dvs()
230 /* switching to dvs when it's not allowed */ in s3c2416_cpufreq_set_target()
232 pr_debug("cpufreq: entering dvs mode not allowed\n"); in s3c2416_cpufreq_set_target()
237 /* When leavin dvs mode, always switch the armdiv to the hclk rate in s3c2416_cpufreq_set_target()
246 pr_debug("cpufreq: enter dvs\n"); in s3c2416_cpufreq_set_target()
249 pr_debug("cpufreq: leave dvs\n"); in s3c2416_cpufreq_set_target()
318 * Therefore we always leave the DVS mode on reboot. in s3c2416_cpufreq_reboot_notifier_evt()
321 pr_debug("cpufreq: leave dvs on reboot\n"); in s3c2416_cpufreq_reboot_notifier_evt()
435 /* special handling for dvs mode */ in s3c2416_cpufreq_driver_init()
438 pr_debug("cpufreq: %dkHz unsupported as it would need unavailable dvs mode\n", in s3c2416_cpufreq_driver_init()