Searched refs:tmax (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
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_pid.h66 s32 tmax; /* PID input max */ member in struct:wf_cpu_pid_param
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_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
H A Dwindfarm_pid.c120 sval = st->param.tmax - (s32)(integ >> 20);
H A Dtherm_pm72.c794 * input target is mpu.ttarget, input max is mpu.tmax
798 sval = (state->mpu.tmax << 16) - ((integ_p >> 20) & 0xffffffff);
848 /* Check tmax, increment overtemp if we are there. At tmax+8, we go
851 if (temp_combi >= ((state0->mpu.tmax + 8) << 16)) {
855 } else if (temp_combi > (state0->mpu.tmax << 16))
921 /* Check tmax, increment overtemp if we are there. At tmax+8, we go
924 if (temp >= ((state->mpu.tmax + 8) << 16)) {
929 } else if (temp > (state->mpu.tmax << 1
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_damp.h80 int tmax; /* Max time previous instability retained */ member in struct:bgp_damp_config
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dping.c254 unsigned tmin, tmax; /* in us */ member in struct:globals
282 #define tmax (G.tmax ) macro
326 tmax / 1000, tmax % 1000);
465 if (triptime > tmax)
466 tmax = triptime;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A DdigiFep1.h34 u16 tmax; member in struct:board_chan
H A Depca.c1609 ch->txbufsize = readw(&bc->tmax) + 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dres0.c60 float tmax; member in struct:__anon1091
108 fprintf(stderr,"min/max residue: %g::%g\n",look->tmin,look->tmax);
543 if(in[i][j]>look->tmax)look->tmax=in[i][j];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dsky2.c3226 const u32 tmax = sky2_clk2us(hw, 0x0ffffff); local
3228 if (ecmd->tx_coalesce_usecs > tmax ||
3229 ecmd->rx_coalesce_usecs > tmax ||
3230 ecmd->rx_coalesce_usecs_irq > tmax)

Completed in 100 milliseconds