Searched refs:sHWPGuaranteed (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/power/cpufreq/amd_pstates/
H A Damd_pstates.cpp24 static uint32 sHWPGuaranteed; variable
74 sHWPGuaranteed = AMD_CPPC_NOMINAL_PERF(cap1);
78 request |= AMD_CPPC_MAX_PERF(sAvoidBoost ? sHWPGuaranteed : sHWPHighest);
/haiku/src/add-ons/kernel/power/cpufreq/intel_pstates/
H A Dintel_pstates.cpp32 static uint8 sHWPGuaranteed; variable
196 sHWPGuaranteed = IA32_HWP_CAPS_GUARANTEED_PERFORMANCE(caps);

Completed in 34 milliseconds