Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cpufreq/
H A Dintel_pstate.c60 static inline int32_t mul_fp(int32_t x, int32_t y) in mul_fp() function
1252 turbo_pct = 100 - fp_toint(mul_fp(turbo_fp, int_tofp(100))); in show_turbo_pct()
1799 vid_fp = cpudata->vid.min + mul_fp( in atom_get_val()
2270 target = mul_fp(target, busy_frac); in get_target_pstate()