Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/macintosh/
Dwindfarm_pm112.c266 s32 temp, power, t_max = 0; in cpu_fans_tick() local
287 t_max = max(t_max, temp); in cpu_fans_tick()
312 DBG_LOTS("fans = %d, t_max = %d.%03d\n", target, FIX32TOPRINT(t_max)); in cpu_fans_tick()
322 if (cpu_check_overtemp(t_max)) in cpu_fans_tick()
/linux-3.4.99/drivers/net/fddi/skfp/
Dfplustm.c896 u_short t_max,x ; in init_mac() local
946 t_max = (u_short)(smc->mib.m[MAC0].fddiMACT_Max/32) ; in init_mac()
947 x = t_max/0x27 ; in init_mac()
949 if ((t_max == 0xfffe) || (t_max - x == 0x16)) in init_mac()
950 t_max-- ; in init_mac()
951 outpw(FM_A(FM_TMAX),(u_short)t_max) ; in init_mac()