Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cpufreq/
H A Dpowernv-cpufreq.c675 int gpstate_idx, lpstate_idx; in gpstate_timer_handler() local
713 lpstate_idx = gpstate_idx; in gpstate_timer_handler()
715 gpstates->highest_lpstate_idx = gpstate_idx; in gpstate_timer_handler()
723 gpstates->last_gpstate_idx = gpstate_idx; in gpstate_timer_handler()
729 if (gpstate_idx != gpstates->last_lpstate_idx) in gpstate_timer_handler()
745 unsigned int cur_msec, gpstate_idx; in powernv_cpufreq_target_index() local
771 gpstate_idx = new_index; in powernv_cpufreq_target_index()
788 gpstate_idx = new_index; in powernv_cpufreq_target_index()
798 gpstate_idx = new_index; in powernv_cpufreq_target_index()
805 if (gpstate_idx != new_index) in powernv_cpufreq_target_index()
[all …]