Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dintel_pstate.c48 #define int_tofp(X) ((int64_t)(X) << FRAC_BITS) macro
1108 turbo_pct = 100 - fp_toint(mul_fp(turbo_fp, int_tofp(100))); in show_turbo_pct()
1508 int_tofp(pstate - cpudata->pstate.min_pstate), in atom_get_val()
1556 cpudata->vid.min = int_tofp((value >> 8) & 0x7f); in atom_get_vid()
1557 cpudata->vid.max = int_tofp((value >> 16) & 0x7f); in atom_get_vid()
1560 int_tofp(cpudata->pstate.max_pstate - in atom_get_vid()
2017 if (cpu->iowait_boost > int_tofp(1)) in intel_pstate_update_util()
2018 cpu->iowait_boost = int_tofp(1); in intel_pstate_update_util()