Searched refs:BACKSIDE_PID_HISTORY_SIZE (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dtherm_pm72.h148 #define BACKSIDE_PID_HISTORY_SIZE 2 macro
166 s32 sample_history[BACKSIDE_PID_HISTORY_SIZE];
167 s32 error_history[BACKSIDE_PID_HISTORY_SIZE];
192 s32 sample_history[BACKSIDE_PID_HISTORY_SIZE];
193 s32 error_history[BACKSIDE_PID_HISTORY_SIZE];
H A Dtherm_pm72.c1140 state->cur_sample = (state->cur_sample + 1) % BACKSIDE_PID_HISTORY_SIZE;
1146 for (i = 0; i < (BACKSIDE_PID_HISTORY_SIZE - 1); i++) {
1148 BACKSIDE_PID_HISTORY_SIZE;
1159 for (i = 0; i < BACKSIDE_PID_HISTORY_SIZE; i++)
1169 state->error_history[(state->cur_sample + BACKSIDE_PID_HISTORY_SIZE - 1)
1170 % BACKSIDE_PID_HISTORY_SIZE];

Completed in 61 milliseconds