Searched refs:t_max (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dwindfarm_pm112.c266 s32 temp, power, t_max = 0; local
287 t_max = max(t_max, temp);
312 DBG_LOTS("fans = %d, t_max = %d.%03d\n", target, FIX32TOPRINT(t_max));
322 if (cpu_check_overtemp(t_max))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/skfp/
H A Dfplustm.c798 u_short t_max,x ; local
848 t_max = (u_short)(smc->mib.m[MAC0].fddiMACT_Max/32) ;
849 x = t_max/0x27 ;
851 if ((t_max == 0xfffe) || (t_max - x == 0x16))
852 t_max-- ;
853 outpw(FM_A(FM_TMAX),(u_short)t_max) ;

Completed in 61 milliseconds