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

/linux-master/drivers/cpufreq/
H A Dintel_pstate.c51 #define int_tofp(X) ((int64_t)(X) << FRAC_BITS) macro
1239 turbo_pct = 100 - fp_toint(mul_fp(turbo_fp, int_tofp(100)));
1768 int_tofp(pstate - cpudata->pstate.min_pstate),
1816 cpudata->vid.min = int_tofp((value >> 8) & 0x7f);
1817 cpudata->vid.max = int_tofp((value >> 16) & 0x7f);
1820 int_tofp(cpudata->pstate.max_pstate -
2305 if (cpu->iowait_boost > int_tofp(1))
2306 cpu->iowait_boost = int_tofp(1);

Completed in 207 milliseconds