Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dintel_pstate.c51 #define ONE_EIGHTH_FP ((int64_t)1 << (FRAC_BITS - 3)) macro
2014 cpu->iowait_boost = ONE_EIGHTH_FP; in intel_pstate_update_util()
2015 } else if (cpu->iowait_boost >= ONE_EIGHTH_FP) { in intel_pstate_update_util()
2020 cpu->iowait_boost = ONE_EIGHTH_FP; in intel_pstate_update_util()