t_max
u16 t_max;
adev->pm.dpm.fan.t_max = le16_to_cpu(fan_info->fan2.usTMax);
adev->pm.dpm.fan.t_max = 10900;
u32 t_max = dte_data->max_t;
(t_split[i] * (t_max - t_0/(u32)1000) * (1 << 14)) /
fan_table.temp_max = cpu_to_be16((50 + adev->pm.dpm.fan.t_max) / 100);
fan_table.TempMax = cpu_to_be16((50 + rdev->pm.dpm.fan.t_max) / 100);
rdev->pm.dpm.fan.t_max = le16_to_cpu(fan_info->fan2.usTMax);
rdev->pm.dpm.fan.t_max = 10900;
u16 t_max;
u32 t_max = dte_data->max_t;
(t_split[i] * (t_max - t_0/(u32)1000) * (1 << 14)) /
fan_table.temp_max = cpu_to_be16((50 + rdev->pm.dpm.fan.t_max) / 100);
static SENSOR_DEVICE_ATTR_RW(temp1_max, temp, t_max);
static SENSOR_DEVICE_ATTR_RO(temp1_max_hyst, temp_hyst, t_max);
[t_max] = LM77_REG_TEMP_MAX,
s32 temp, power, t_max = 0;
t_max = max(t_max, temp);
DBG_LOTS("fans = %d, t_max = %d.%03d\n", target, FIX32TOPRINT(t_max));
if (cpu_check_overtemp(t_max))
s32 intake, temp, power, t_max = 0;
t_max = max(t_max, temp);
if (cpu_check_overtemp(t_max))
s32 temp0, power0, temp1, power1, t_max = 0;
t_max = max(t_max, max(temp0, temp1));
if (cpu_check_overtemp(t_max))
s32 speed, temp, power, t_max = 0;
t_max = max(t_max, temp);
if (cpu_check_overtemp(t_max))
u32 t_min, t_max;
t_max = max3(frm->addr.y, frm->addr.cb, frm->addr.cr);
if (get_plane_info(frm, t_max, &high_plane, &high_addr))
fp->t_max = readl_u(&init->def_t_max);
writel_u(fp->t_max, &buf->param.t_max);
u32 t_max; /* Maximum TTRT (T_MAX)
u32 t_max; /* Maximum TTRT (T_MAX) */
uint t_max; /* T_MAX */
u_short t_max,x ;
t_max = (u_short)(smc->mib.m[MAC0].fddiMACT_Max/32) ;
x = t_max/0x27 ;
if ((t_max == 0xfffe) || (t_max - x == 0x16))
t_max-- ;
outpw(FM_A(FM_TMAX),(u_short)t_max) ;
u64 t_max = div64_ul(n_max, freq);
if (t_max > UINT_MAX)
t_max = UINT_MAX;
return t_max;
size_t base = 36, t_min = 1, t_max = 26, skew = 38, damp = 700, bias = 72, i = 0, n = 0x80;
size_t t = MIN(MAX(biased, t_min), t_max);
while (delta > ((base - t_min) * t_max) / 2) {