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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/macintosh/
H A Dwindfarm_pm121.c33 * new_min = ((((average_power * slope) >> 16) + offset) >> 16) + min_value
280 static s32 average_power; variable
481 new_min = (average_power * correction->slope) >> 16;
811 average_power = total_power / pm121_cpu_state->pid.param.history_len;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/macintosh/
H A Dwindfarm_pm121.c33 * new_min = ((((average_power * slope) >> 16) + offset) >> 16) + min_value
280 static s32 average_power; variable
481 new_min = (average_power * correction->slope) >> 16;
811 average_power = total_power / pm121_cpu_state->pid.param.history_len;

Completed in 58 milliseconds