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

/linux-master/drivers/cpufreq/
H A Dintel_pstate.c61 static inline int32_t mul_fp(int32_t x, int32_t y) function
1239 turbo_pct = 100 - fp_toint(mul_fp(turbo_fp, int_tofp(100)));
1767 vid_fp = cpudata->vid.min + mul_fp(
2230 target = mul_fp(target, busy_frac);

Completed in 129 milliseconds