Searched defs:tmax (Results 1 - 8 of 8) sorted by relevance

/drivers/macintosh/
H A Dwindfarm_pid.h66 s32 tmax; /* PID input max */ member in struct:wf_cpu_pid_param
H A Dwindfarm_pm91.c148 s32 tmax, tdelta, maxpow, powadj; local
160 * for now) in order to get tmax
165 tmax = ((s32)fvt->maxtemp) << 16;
167 tmax = 0x5e0000; /* 94 degree default */
192 pid_param.tmax = tmax;
193 pid_param.ttarget = tmax - tdelta;
202 DBG(" ttarged=%d.%03d, tmax=%d.%03d, min=%d RPM, max=%d RPM\n",
203 FIX32TOPRINT(pid_param.ttarget), FIX32TOPRINT(pid_param.tmax),
253 if (temp > st->pid.param.tmax)
[all...]
H A Dwindfarm_pm112.c133 s32 tmax; local
148 tmax = fvt->maxtemp << 16;
150 tmax = 95 << 16; /* default to 95 degrees C */
152 /* We keep a global tmax for overtemp calculations */
153 if (tmax < cpu_all_tmax)
154 cpu_all_tmax = tmax;
170 pid.ttarget = tmax - (piddata->target_temp_delta << 16);
171 pid.tmax = tmax;
H A Dwindfarm_pm121.c647 s32 tmax, tdelta, maxpow, powadj; local
660 * for now) in order to get tmax
665 tmax = ((s32)fvt->maxtemp) << 16;
667 tmax = 0x5e0000; /* 94 degree default */
692 pid_param.tmax = tmax;
693 pid_param.ttarget = tmax - tdelta;
702 pr_debug(" ttarged=%d.%03d, tmax=%d.%03d, min=%d RPM, max=%d RPM,\n",
703 FIX32TOPRINT(pid_param.ttarget), FIX32TOPRINT(pid_param.tmax),
752 if (temp > st->pid.param.tmax)
[all...]
H A Dwindfarm_pm81.c85 * WARNING ! The CPU control loop requires the CPU tmax for the current
400 s32 tmax, tdelta, maxpow, powadj; local
412 * for now) in order to get tmax
417 tmax = ((s32)fvt->maxtemp) << 16;
419 tmax = 0x5e0000; /* 94 degree default */
447 pid_param.tmax = tmax;
448 pid_param.ttarget = tmax - tdelta;
457 DBG(" ttarged=%d.%03d, tmax=%d.%03d, min=%d RPM, max=%d RPM\n",
458 FIX32TOPRINT(pid_param.ttarget), FIX32TOPRINT(pid_param.tmax),
[all...]
H A Dtherm_pm72.h36 u8 tmax; /* 0x29 - Max temperature */ member in struct:mpu_data
/drivers/leds/
H A Dleds-tca6507.c207 int tmax = msec * 9 / 8; local
218 if (t > tmax)
225 if (tt > tmax)
/drivers/net/ethernet/marvell/
H A Dsky2.c4059 const u32 tmax = sky2_clk2us(hw, 0x0ffffff); local
4061 if (ecmd->tx_coalesce_usecs > tmax ||
4062 ecmd->rx_coalesce_usecs > tmax ||
4063 ecmd->rx_coalesce_usecs_irq > tmax)

Completed in 158 milliseconds