Searched refs:cpu_temp_limits (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/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 46 milliseconds