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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/sbus/char/
H A Dbbc_envctrl.c69 static struct temp_limits cpu_temp_limits[2] = { variable in typeref:struct:temp_limits
150 } else if (tp->curr_cpu_temp >= cpu_temp_limits[tp->index].high_shutdown ||
151 tp->curr_cpu_temp < cpu_temp_limits[tp->index].low_shutdown) {
230 cpu_temp_limits[tp->index].high_warn) {
236 cpu_temp_limits[tp->index].low_warn) {
244 } else if (tp->curr_cpu_temp >= cpu_temp_limits[tp->index].high_warn ||
245 tp->curr_cpu_temp < cpu_temp_limits[tp->index].low_warn)
249 if (tp->curr_cpu_temp >= cpu_temp_limits[tp->index].high_shutdown ||
250 tp->curr_cpu_temp < cpu_temp_limits[tp->index].low_shutdown) {
258 s8 cpu_goal_hi = cpu_temp_limits[t
[all...]

Completed in 47 milliseconds