Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/cpufreq/
Dintel_pstate.c46 static inline int32_t mul_fp(int32_t x, int32_t y) in mul_fp() function
203 pterm = mul_fp(pid->p_gain, fp_error); in pid_calc()
221 dterm = mul_fp(pid->d_gain, fp_error - pid->last_err); in pid_calc()
224 result = pterm + mul_fp(pid->integral, pid->i_gain) + dterm; in pid_calc()
358 turbo_pct = 100 - fp_toint(mul_fp(turbo_fp, int_tofp(100))); in show_turbo_pct()
526 vid_fp = cpudata->vid.min + mul_fp( in byt_set_pstate()
700 max_perf_adj = fp_toint(mul_fp(int_tofp(max_perf), limits.max_perf)); in intel_pstate_get_min_max()
704 min_perf = fp_toint(mul_fp(int_tofp(max_perf), limits.min_perf)); in intel_pstate_get_min_max()
749 mul_fp(int_tofp( in intel_pstate_calc_busy()
820 core_busy = mul_fp(core_busy, div_fp(max_pstate, current_pstate)); in intel_pstate_get_scaled_busy()
[all …]