int_tofp
turbo_pct = 100 - fp_toint(mul_fp(turbo_fp, int_tofp(100)));
int_tofp(pstate - cpudata->pstate.min_pstate),
cpudata->vid.min = int_tofp((value >> 8) & 0x7f);
cpudata->vid.max = int_tofp((value >> 16) & 0x7f);
int_tofp(cpudata->pstate.max_pstate -
if (cpu->iowait_boost > int_tofp(1))
cpu->iowait_boost = int_tofp(1);