/Linux-v6.6/drivers/macintosh/ |
D | windfarm_pm72.c | 254 s32 intake, temp, power, t_max = 0; in cpu_fans_tick_split() local 274 t_max = max(t_max, temp); in cpu_fans_tick_split() 277 if (cpu_check_overtemp(t_max)) in cpu_fans_tick_split() 309 s32 temp0, power0, temp1, power1, t_max = 0; in cpu_fans_tick_combined() local 337 t_max = max(t_max, max(temp0, temp1)); in cpu_fans_tick_combined() 340 if (cpu_check_overtemp(t_max)) in cpu_fans_tick_combined()
|
D | windfarm_pm112.c | 272 s32 temp, power, t_max = 0; in cpu_fans_tick() local 293 t_max = max(t_max, temp); in cpu_fans_tick() 318 DBG_LOTS("fans = %d, t_max = %d.%03d\n", target, FIX32TOPRINT(t_max)); in cpu_fans_tick() 328 if (cpu_check_overtemp(t_max)) in cpu_fans_tick()
|
D | windfarm_rm31.c | 248 s32 speed, temp, power, t_max = 0; in cpu_fans_tick() local 266 t_max = max(t_max, temp); in cpu_fans_tick() 269 if (cpu_check_overtemp(t_max)) in cpu_fans_tick()
|
/Linux-v6.6/drivers/hwmon/ |
D | lm92.c | 85 t_max, enumerator 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);
|
D | lm77.c | 41 t_max, enumerator 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-v6.6/drivers/net/fddi/ |
D | defza.h | 489 u32 t_max; /* Maximum TTRT (T_MAX) member 528 u32 t_max; /* Maximum TTRT (T_MAX) */ member 779 uint t_max; /* T_MAX */ member
|
D | defza.c | 336 writel_u(fp->t_max, &buf->param.t_max); in fza_cmd_send() 1406 fp->t_max = readl_u(&init->def_t_max); in fza_probe()
|
/Linux-v6.6/drivers/net/fddi/skfp/ |
D | fplustm.c | 889 u_short t_max,x ; in init_mac() local 939 t_max = (u_short)(smc->mib.m[MAC0].fddiMACT_Max/32) ; in init_mac() 940 x = t_max/0x27 ; in init_mac() 942 if ((t_max == 0xfffe) || (t_max - x == 0x16)) in init_mac() 943 t_max-- ; in init_mac() 944 outpw(FM_A(FM_TMAX),(u_short)t_max) ; in init_mac()
|
/Linux-v6.6/drivers/media/platform/samsung/exynos-gsc/ |
D | gsc-core.c | 351 u32 t_min, t_max; in gsc_set_prefbuf() local 356 t_max = max3(frm->addr.y, frm->addr.cb, frm->addr.cr); in gsc_set_prefbuf() 357 if (get_plane_info(frm, t_max, &high_plane, &high_addr)) in gsc_set_prefbuf()
|
/Linux-v6.6/drivers/gpu/drm/amd/pm/inc/ |
D | amdgpu_dpm.h | 230 u16 t_max; member
|
/Linux-v6.6/drivers/gpu/drm/amd/pm/legacy-dpm/ |
D | legacy_dpm.c | 250 adev->pm.dpm.fan.t_max = le16_to_cpu(fan_info->fan2.usTMax); in amdgpu_parse_extended_power_table() 252 adev->pm.dpm.fan.t_max = 10900; in amdgpu_parse_extended_power_table()
|
D | si_dpm.c | 1930 u32 t_max = dte_data->max_t; in si_update_dte_from_pl2() local 1940 (t_split[i] * (t_max - t_0/(u32)1000) * (1 << 14)) / in si_update_dte_from_pl2() 6522 fan_table.temp_max = cpu_to_be16((50 + adev->pm.dpm.fan.t_max) / 100); in si_thermal_setup_fan_table()
|
/Linux-v6.6/drivers/gpu/drm/radeon/ |
D | r600_dpm.c | 903 rdev->pm.dpm.fan.t_max = le16_to_cpu(fan_info->fan2.usTMax); in r600_parse_extended_power_table() 905 rdev->pm.dpm.fan.t_max = 10900; in r600_parse_extended_power_table()
|
D | si_dpm.c | 1822 u32 t_max = dte_data->max_t; in si_update_dte_from_pl2() local 1832 (t_split[i] * (t_max - t_0/(u32)1000) * (1 << 14)) / in si_update_dte_from_pl2() 6048 fan_table.temp_max = cpu_to_be16((50 + rdev->pm.dpm.fan.t_max) / 100); in si_thermal_setup_fan_table()
|
D | radeon.h | 1500 u16 t_max; member
|
D | ci_dpm.c | 970 fan_table.TempMax = cpu_to_be16((50 + rdev->pm.dpm.fan.t_max) / 100); in ci_thermal_setup_fan_table()
|