Home
last modified time | relevance | path

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

/linux/drivers/macintosh/
H A Dwindfarm_pm91.c149 s32 tmax, tdelta, maxpow, powadj; in wf_smu_create_cpu_fans() local
166 tmax = ((s32)fvt->maxtemp) << 16; in wf_smu_create_cpu_fans()
168 tmax = 0x5e0000; /* 94 degree default */ in wf_smu_create_cpu_fans()
192 pid_param.tmax = tmax; in wf_smu_create_cpu_fans()
193 pid_param.ttarget = tmax - tdelta; in wf_smu_create_cpu_fans()
203 FIX32TOPRINT(pid_param.ttarget), FIX32TOPRINT(pid_param.tmax), in wf_smu_create_cpu_fans()
253 if (temp > st->pid.param.tmax) in wf_smu_cpu_fans_tick()
H A 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()
445 pid_param.tmax = tmax; in wf_smu_create_cpu_fans()
446 pid_param.ttarget = tmax - tdelta; in wf_smu_create_cpu_fans()
456 FIX32TOPRINT(pid_param.ttarget), FIX32TOPRINT(pid_param.tmax), in wf_smu_create_cpu_fans()
506 if (temp > st->pid.param.tmax) in wf_smu_cpu_fans_tick()
H A Dwindfarm_pm112.c134 s32 tmax; in create_cpu_loop() local
141 tmax = fvt->maxtemp << 16; in create_cpu_loop()
143 tmax = 95 << 16; /* default to 95 degrees C */ in create_cpu_loop()
146 if (tmax < cpu_all_tmax) in create_cpu_loop()
147 cpu_all_tmax = tmax; in create_cpu_loop()
173 pid.ttarget = tmax - (piddata->target_temp_delta << 16); in create_cpu_loop()
174 pid.tmax = tmax; in create_cpu_loop()
H A Dwindfarm_rm31.c297 s32 tmax, ttarget, ptarget; in cpu_setup_pid() local
301 tmax = mpu->tmax << 16; in cpu_setup_pid()
306 cpu, FIX32TOPRINT(ttarget), FIX32TOPRINT(tmax)); in cpu_setup_pid()
309 if (tmax < cpu_all_tmax) in cpu_setup_pid()
310 cpu_all_tmax = tmax; in cpu_setup_pid()
327 pid.tmax = tmax; in cpu_setup_pid()
H A Dwindfarm_pm121.c647 s32 tmax, tdelta, maxpow, powadj; in pm121_create_cpu_fans() local
665 tmax = ((s32)fvt->maxtemp) << 16; in pm121_create_cpu_fans()
667 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()
H A Dwindfarm_pm72.c396 s32 tmax, ttarget, ptarget; in cpu_setup_pid() local
400 tmax = mpu->tmax << 16; in cpu_setup_pid()
405 cpu, FIX32TOPRINT(ttarget), FIX32TOPRINT(tmax)); in cpu_setup_pid()
408 if (tmax < cpu_all_tmax) in cpu_setup_pid()
409 cpu_all_tmax = tmax; in cpu_setup_pid()
426 pid.tmax = tmax; in cpu_setup_pid()
H A Dwindfarm_pid.h68 s32 tmax; /* PID input max */ member
H A Dwindfarm_mpu.h48 u8 tmax; /* 0x29 - Max temperature */ member
H A Dwindfarm_pid.c119 sval = st->param.tmax - (s32)(integ >> 20); in wf_cpu_pid_run()
/linux/drivers/leds/
H A 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()
/linux/drivers/net/ethernet/marvell/
H A Dsky2.c4095 const u32 tmax = sky2_clk2us(hw, 0x0ffffff); in sky2_set_coalesce() local
4097 if (ecmd->tx_coalesce_usecs > tmax || in sky2_set_coalesce()
4098 ecmd->rx_coalesce_usecs > tmax || in sky2_set_coalesce()
4099 ecmd->rx_coalesce_usecs_irq > tmax) in sky2_set_coalesce()
/linux/net/core/
H A Dneighbour.c257 u64 tmax = ktime_get_ns() + NSEC_PER_MSEC; in neigh_forced_gc() local
285 if (ktime_get_ns() > tmax) in neigh_forced_gc()