Home
last modified time | relevance | path

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

/drivers/cpufreq/
Dlongrun.c75 u32 pctg_lo, pctg_hi; in longrun_set_policy() local
82 pctg_lo = pctg_hi = 100; in longrun_set_policy()
86 pctg_hi = (policy->max - longrun_low_freq) / in longrun_set_policy()
90 if (pctg_hi > 100) in longrun_set_policy()
91 pctg_hi = 100; in longrun_set_policy()
92 if (pctg_lo > pctg_hi) in longrun_set_policy()
93 pctg_lo = pctg_hi; in longrun_set_policy()
112 msr_hi |= pctg_hi; in longrun_set_policy()