Home
last modified time | relevance | path

Searched refs:tmax (Results 1 – 10 of 10) sorted by relevance

/drivers/macintosh/
Dwindfarm_pm91.c147 s32 tmax, tdelta, maxpow, powadj; in wf_smu_create_cpu_fans() local
164 tmax = ((s32)fvt->maxtemp) << 16; in wf_smu_create_cpu_fans()
166 tmax = 0x5e0000; /* 94 degree default */ in wf_smu_create_cpu_fans()
191 pid_param.tmax = tmax; in wf_smu_create_cpu_fans()
192 pid_param.ttarget = tmax - tdelta; in wf_smu_create_cpu_fans()
202 FIX32TOPRINT(pid_param.ttarget), FIX32TOPRINT(pid_param.tmax), in wf_smu_create_cpu_fans()
252 if (temp > st->pid.param.tmax) in wf_smu_cpu_fans_tick()
Dwindfarm_pm81.c399 s32 tmax, tdelta, maxpow, powadj; in wf_smu_create_cpu_fans() local
416 tmax = ((s32)fvt->maxtemp) << 16; in wf_smu_create_cpu_fans()
418 tmax = 0x5e0000; /* 94 degree default */ in wf_smu_create_cpu_fans()
446 pid_param.tmax = tmax; in wf_smu_create_cpu_fans()
447 pid_param.ttarget = tmax - tdelta; in wf_smu_create_cpu_fans()
457 FIX32TOPRINT(pid_param.ttarget), FIX32TOPRINT(pid_param.tmax), in wf_smu_create_cpu_fans()
507 if (temp > st->pid.param.tmax) in wf_smu_cpu_fans_tick()
Dwindfarm_pm112.c133 s32 tmax; in create_cpu_loop() local
148 tmax = fvt->maxtemp << 16; in create_cpu_loop()
150 tmax = 95 << 16; /* default to 95 degrees C */ in create_cpu_loop()
153 if (tmax < cpu_all_tmax) in create_cpu_loop()
154 cpu_all_tmax = tmax; in create_cpu_loop()
170 pid.ttarget = tmax - (piddata->target_temp_delta << 16); in create_cpu_loop()
171 pid.tmax = tmax; in create_cpu_loop()
Dwindfarm_pm121.c646 s32 tmax, tdelta, maxpow, powadj; in pm121_create_cpu_fans() local
664 tmax = ((s32)fvt->maxtemp) << 16; in pm121_create_cpu_fans()
666 tmax = 0x5e0000; /* 94 degree default */ in pm121_create_cpu_fans()
691 pid_param.tmax = tmax; in pm121_create_cpu_fans()
692 pid_param.ttarget = tmax - tdelta; in pm121_create_cpu_fans()
702 FIX32TOPRINT(pid_param.ttarget), FIX32TOPRINT(pid_param.tmax), in pm121_create_cpu_fans()
751 if (temp > st->pid.param.tmax) in pm121_cpu_fans_tick()
Dtherm_pm72.c890 sval = (state->mpu.tmax << 16) - ((integ_p >> 20) & 0xffffffff); in do_cpu_pid()
945 if (temp_combi >= ((state0->mpu.tmax + 8) << 16)) { in do_monitor_cpu_combined()
949 } else if (temp_combi > (state0->mpu.tmax << 16)) { in do_monitor_cpu_combined()
952 temp_combi >> 16, state0->mpu.tmax, state0->overtemp); in do_monitor_cpu_combined()
1025 if (temp >= ((state->mpu.tmax + 8) << 16)) { in do_monitor_cpu_split()
1030 } else if (temp > (state->mpu.tmax << 16)) { in do_monitor_cpu_split()
1033 state->index, temp >> 16, state->mpu.tmax, state->overtemp); in do_monitor_cpu_split()
1093 if (temp >= ((state->mpu.tmax + 8) << 16)) { in do_monitor_cpu_rack()
1098 } else if (temp > (state->mpu.tmax << 16)) { in do_monitor_cpu_rack()
1101 state->index, temp >> 16, state->mpu.tmax, state->overtemp); in do_monitor_cpu_rack()
Dwindfarm_pid.h66 s32 tmax; /* PID input max */ member
Dtherm_pm72.h36 u8 tmax; /* 0x29 - Max temperature */ member
Dwindfarm_pid.c120 sval = st->param.tmax - (s32)(integ >> 20); in wf_cpu_pid_run()
/drivers/leds/
Dleds-tca6507.c207 int tmax = msec * 9 / 8; in choose_times() local
218 if (t > tmax) in choose_times()
225 if (tt > tmax) in choose_times()
/drivers/net/ethernet/marvell/
Dsky2.c4093 const u32 tmax = sky2_clk2us(hw, 0x0ffffff); in sky2_set_coalesce() local
4095 if (ecmd->tx_coalesce_usecs > tmax || in sky2_set_coalesce()
4096 ecmd->rx_coalesce_usecs > tmax || in sky2_set_coalesce()
4097 ecmd->rx_coalesce_usecs_irq > tmax) in sky2_set_coalesce()