Home
last modified time | relevance | path

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

/linux/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c92 unsigned int bdx_highest_ratio; variable
125 if (!bdx_highest_ratio) in ratio_2_msr_perf()
128 msr_perf = ratio * 255 / bdx_highest_ratio; in ratio_2_msr_perf()
140 if (!bdx_highest_ratio) in msr_perf_2_ratio()
143 d = (double)msr_perf * (double) bdx_highest_ratio / 255.0; in msr_perf_2_ratio()
1423 bdx_highest_ratio = msr & 0xFF; in early_cpuid()