Searched refs:error_history (Results 1 – 2 of 2) sorted by relevance
167 s32 error_history[BACKSIDE_PID_HISTORY_SIZE]; member193 s32 error_history[BACKSIDE_PID_HISTORY_SIZE]; member222 s32 error_history[DIMM_PID_HISTORY_SIZE]; member247 s32 error_history[SLOTS_PID_HISTORY_SIZE]; member297 s32 error_history[CPU_POWER_HISTORY_SIZE]; member
857 state->error_history[state->cur_power] = power_target - power; in do_cpu_pid()864 state->error_history[state->cur_power] = power_target - power; in do_cpu_pid()877 integral += state->error_history[i]; in do_cpu_pid()1262 state->error_history[state->cur_sample] = temp - backside_params.input_target; in do_monitor_backside()1270 state->error_history[state->cur_sample] = in do_monitor_backside()1280 integral += state->error_history[i]; in do_monitor_backside()1288 derivative = state->error_history[state->cur_sample] - in do_monitor_backside()1289 state->error_history[(state->cur_sample + BACKSIDE_PID_HISTORY_SIZE - 1) in do_monitor_backside()1297 prop_p = ((s64)backside_params.G_p) * (s64)(state->error_history[state->cur_sample]); in do_monitor_backside()1437 state->error_history[state->cur_sample] = temp - DRIVES_PID_INPUT_TARGET; in do_monitor_drives()[all …]