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

/linux-master/drivers/macintosh/
H A Dwindfarm_pm72.c254 s32 intake, temp, power, t_max = 0; local
274 t_max = max(t_max, temp);
277 if (cpu_check_overtemp(t_max))
309 s32 temp0, power0, temp1, power1, t_max = 0; local
337 t_max = max(t_max, max(temp0, temp1));
340 if (cpu_check_overtemp(t_max))
H A Dwindfarm_pm112.c272 s32 temp, power, t_max = 0; local
293 t_max = max(t_max, temp);
318 DBG_LOTS("fans = %d, t_max = %d.%03d\n", target, FIX32TOPRINT(t_max));
328 if (cpu_check_overtemp(t_max))
H A Dwindfarm_rm31.c248 s32 speed, temp, power, t_max = 0; local
266 t_max = max(t_max, temp);
269 if (cpu_check_overtemp(t_max))
/linux-master/drivers/hwmon/
H A Dlm92.c85 t_max, enumerator in enum:temp_index
94 [t_max] = LM92_REG_TEMP_HIGH,
232 static SENSOR_DEVICE_ATTR_RW(temp1_max, temp, t_max);
233 static SENSOR_DEVICE_ATTR_RO(temp1_max_hyst, temp_hyst, t_max);
H A Dlm77.c41 t_max, enumerator in enum:temp_index
49 [t_max] = LM77_REG_TEMP_MAX,
214 static SENSOR_DEVICE_ATTR_RW(temp1_max, temp, t_max);
218 static SENSOR_DEVICE_ATTR_RO(temp1_max_hyst, temp_hyst, t_max);
/linux-master/drivers/net/fddi/skfp/
H A Dfplustm.c889 u_short t_max,x ; local
939 t_max = (u_short)(smc->mib.m[MAC0].fddiMACT_Max/32) ;
940 x = t_max/0x27 ;
942 if ((t_max == 0xfffe) || (t_max - x == 0x16))
943 t_max-- ;
944 outpw(FM_A(FM_TMAX),(u_short)t_max) ;
/linux-master/drivers/net/fddi/
H A Ddefza.h489 u32 t_max; /* Maximum TTRT (T_MAX) member in struct:fza_cmd_param
495 * C03: [50001,t_max-1] [80ns]
528 u32 t_max; /* Maximum TTRT (T_MAX) */ member in struct:fza_cmd_setchar
779 uint t_max; /* T_MAX */ member in struct:fza_private
H A Ddefza.c336 writel_u(fp->t_max, &buf->param.t_max);
1406 fp->t_max = readl_u(&init->def_t_max);
/linux-master/fs/bcachefs/
H A Dutil.c160 u64 t_max, bool t_signed)
176 if (v > t_max)
182 if (v > t_max + 1)
159 __bch2_strtoh(const char *cp, u64 *res, u64 t_max, bool t_signed) argument
/linux-master/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-core.c351 u32 t_min, t_max; local
356 t_max = max3(frm->addr.y, frm->addr.cb, frm->addr.cr);
357 if (get_plane_info(frm, t_max, &high_plane, &high_addr))
/linux-master/drivers/gpu/drm/amd/pm/inc/
H A Damdgpu_dpm.h230 u16 t_max; member in struct:amdgpu_dpm_fan
/linux-master/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dlegacy_dpm.c250 adev->pm.dpm.fan.t_max = le16_to_cpu(fan_info->fan2.usTMax);
252 adev->pm.dpm.fan.t_max = 10900;
H A Dsi_dpm.c1930 u32 t_max = dte_data->max_t; local
1940 (t_split[i] * (t_max - t_0/(u32)1000) * (1 << 14)) /
6522 fan_table.temp_max = cpu_to_be16((50 + adev->pm.dpm.fan.t_max) / 100);
/linux-master/drivers/gpu/drm/radeon/
H A Dr600_dpm.c901 rdev->pm.dpm.fan.t_max = le16_to_cpu(fan_info->fan2.usTMax);
903 rdev->pm.dpm.fan.t_max = 10900;
H A Dsi_dpm.c1778 u32 t_max = dte_data->max_t; local
1788 (t_split[i] * (t_max - t_0/(u32)1000) * (1 << 14)) /
6004 fan_table.temp_max = cpu_to_be16((50 + rdev->pm.dpm.fan.t_max) / 100);
H A Dradeon.h1498 u16 t_max; member in struct:radeon_dpm_fan
H A Dci_dpm.c965 fan_table.TempMax = cpu_to_be16((50 + rdev->pm.dpm.fan.t_max) / 100);

Completed in 318 milliseconds