Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cpufreq/
H A Dintel_pstate.c53 #define ONE_EIGHTH_FP ((int64_t)1 << (FRAC_BITS - 3)) macro
2345 cpu->iowait_boost = ONE_EIGHTH_FP; in intel_pstate_update_util()
2346 } else if (cpu->iowait_boost >= ONE_EIGHTH_FP) { in intel_pstate_update_util()
2351 cpu->iowait_boost = ONE_EIGHTH_FP; in intel_pstate_update_util()