/Linux-v4.19/drivers/hwmon/ |
D | jc42.c | 209 t_max, enumerator 217 [t_max] = JC42_REG_TEMP_UPPER, 297 *val = jc42_temp_from_reg(data->temp[t_max]); in jc42_read() 303 temp = jc42_temp_from_reg(data->temp[t_max]); in jc42_read() 345 data->temp[t_max] = jc42_temp_to_reg(val, data->extended); in jc42_write() 346 ret = i2c_smbus_write_word_swapped(client, temp_regs[t_max], in jc42_write() 347 data->temp[t_max]); in jc42_write()
|
D | lm92.c | 94 t_max, enumerator 103 [t_max] = LM92_REG_TEMP_HIGH, 241 t_max); 242 static SENSOR_DEVICE_ATTR(temp1_max_hyst, S_IRUGO, show_temp_hyst, NULL, t_max);
|
D | lm77.c | 50 t_max, enumerator 58 [t_max] = LM77_REG_TEMP_MAX, 225 t_max); 230 static SENSOR_DEVICE_ATTR(temp1_max_hyst, S_IRUGO, show_temp_hyst, NULL, t_max);
|
/Linux-v4.19/drivers/macintosh/ |
D | windfarm_pm72.c | 255 s32 intake, temp, power, t_max = 0; in cpu_fans_tick_split() local 275 t_max = max(t_max, temp); in cpu_fans_tick_split() 278 if (cpu_check_overtemp(t_max)) in cpu_fans_tick_split() 310 s32 temp0, power0, temp1, power1, t_max = 0; in cpu_fans_tick_combined() local 338 t_max = max(t_max, max(temp0, temp1)); in cpu_fans_tick_combined() 341 if (cpu_check_overtemp(t_max)) in cpu_fans_tick_combined()
|
D | windfarm_pm112.c | 266 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()
|
D | windfarm_rm31.c | 249 s32 speed, temp, power, t_max = 0; in cpu_fans_tick() local 267 t_max = max(t_max, temp); in cpu_fans_tick() 270 if (cpu_check_overtemp(t_max)) in cpu_fans_tick()
|
/Linux-v4.19/drivers/net/fddi/skfp/ |
D | fplustm.c | 897 u_short t_max,x ; in init_mac() local 947 t_max = (u_short)(smc->mib.m[MAC0].fddiMACT_Max/32) ; in init_mac() 948 x = t_max/0x27 ; in init_mac() 950 if ((t_max == 0xfffe) || (t_max - x == 0x16)) in init_mac() 951 t_max-- ; in init_mac() 952 outpw(FM_A(FM_TMAX),(u_short)t_max) ; in init_mac()
|
/Linux-v4.19/drivers/media/platform/exynos-gsc/ |
D | gsc-core.c | 379 u32 t_min, t_max; in gsc_set_prefbuf() local 384 t_max = max3(frm->addr.y, frm->addr.cb, frm->addr.cr); in gsc_set_prefbuf() 385 if (get_plane_info(frm, t_max, &high_plane, &high_addr)) in gsc_set_prefbuf()
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_dpm.h | 227 u16 t_max; member
|
D | amdgpu_dpm.c | 367 adev->pm.dpm.fan.t_max = le16_to_cpu(fan_info->fan2.usTMax); in amdgpu_parse_extended_power_table() 369 adev->pm.dpm.fan.t_max = 10900; in amdgpu_parse_extended_power_table()
|
D | si_dpm.c | 1933 u32 t_max = dte_data->max_t; in si_update_dte_from_pl2() local 1943 (t_split[i] * (t_max - t_0/(u32)1000) * (1 << 14)) / in si_update_dte_from_pl2() 6500 fan_table.temp_max = cpu_to_be16((50 + adev->pm.dpm.fan.t_max) / 100); in si_thermal_setup_fan_table()
|
D | ci_dpm.c | 1133 fan_table.TempMax = cpu_to_be16((50 + adev->pm.dpm.fan.t_max) / 100); in ci_thermal_setup_fan_table()
|
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | r600_dpm.c | 904 rdev->pm.dpm.fan.t_max = le16_to_cpu(fan_info->fan2.usTMax); in r600_parse_extended_power_table() 906 rdev->pm.dpm.fan.t_max = 10900; in r600_parse_extended_power_table()
|
D | si_dpm.c | 1842 u32 t_max = dte_data->max_t; in si_update_dte_from_pl2() local 1852 (t_split[i] * (t_max - t_0/(u32)1000) * (1 << 14)) / in si_update_dte_from_pl2() 6063 fan_table.temp_max = cpu_to_be16((50 + rdev->pm.dpm.fan.t_max) / 100); in si_thermal_setup_fan_table()
|
D | radeon.h | 1506 u16 t_max; member
|
D | ci_dpm.c | 993 fan_table.TempMax = cpu_to_be16((50 + rdev->pm.dpm.fan.t_max) / 100); in ci_thermal_setup_fan_table()
|