Searched refs:mul_fp (Results 1 – 1 of 1) sorted by relevance
46 static inline int32_t mul_fp(int32_t x, int32_t y) in mul_fp() function226 pterm = mul_fp(pid->p_gain, fp_error); in pid_calc()244 dterm = mul_fp(pid->d_gain, fp_error - pid->last_err); in pid_calc()247 result = pterm + mul_fp(pid->integral, pid->i_gain) + dterm; in pid_calc()388 turbo_pct = 100 - fp_toint(mul_fp(turbo_fp, int_tofp(100))); in show_turbo_pct()565 vid_fp = cpudata->vid.min + mul_fp( in atom_set_pstate()822 max_perf_adj = fp_toint(mul_fp(int_tofp(max_perf), limits->max_perf)); in intel_pstate_get_min_max()826 min_perf = fp_toint(mul_fp(int_tofp(max_perf), limits->min_perf)); in intel_pstate_get_min_max()873 mul_fp(int_tofp( in intel_pstate_calc_busy()950 core_busy = mul_fp(core_busy, div_fp(max_pstate, current_pstate)); in intel_pstate_get_scaled_busy()[all …]