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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/sbus/char/
H A Dbbc_envctrl.c67 static struct temp_limits cpu_temp_limits[2] = { variable in typeref:struct:temp_limits
185 } else if (tp->curr_cpu_temp >= cpu_temp_limits[tp->index].high_shutdown ||
186 tp->curr_cpu_temp < cpu_temp_limits[tp->index].low_shutdown) {
265 cpu_temp_limits[tp->index].high_warn) {
271 cpu_temp_limits[tp->index].low_warn) {
279 } else if (tp->curr_cpu_temp >= cpu_temp_limits[tp->index].high_warn ||
280 tp->curr_cpu_temp < cpu_temp_limits[tp->index].low_warn)
284 if (tp->curr_cpu_temp >= cpu_temp_limits[tp->index].high_shutdown ||
285 tp->curr_cpu_temp < cpu_temp_limits[tp->index].low_shutdown) {
293 s8 cpu_goal_hi = cpu_temp_limits[t
[all...]

Completed in 34 milliseconds