Searched refs:tmax (Results 1 – 10 of 10) sorted by relevance
/drivers/macintosh/ |
D | windfarm_pm91.c | 147 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()
|
D | windfarm_pm81.c | 399 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()
|
D | windfarm_pm112.c | 133 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()
|
D | windfarm_pm121.c | 646 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()
|
D | therm_pm72.c | 890 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()
|
D | windfarm_pid.h | 66 s32 tmax; /* PID input max */ member
|
D | therm_pm72.h | 36 u8 tmax; /* 0x29 - Max temperature */ member
|
D | windfarm_pid.c | 120 sval = st->param.tmax - (s32)(integ >> 20); in wf_cpu_pid_run()
|
/drivers/leds/ |
D | leds-tca6507.c | 207 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/ |
D | sky2.c | 4093 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()
|