Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/cpufreq/
Dintel_pstate.c94 int32_t i_gain; member
184 pid->i_gain = div_fp(int_tofp(percent), int_tofp(100)); in pid_i_gain_set()
224 result = pterm + mul_fp(pid->integral, pid->i_gain) + dterm; in pid_calc()