Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwmon/
Djc42.c209 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()
Dlm92.c94 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);
Dlm77.c50 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/
Dwindfarm_pm72.c255 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()
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()
Dwindfarm_rm31.c249 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/
Dfplustm.c897 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/
Dgsc-core.c379 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/
Damdgpu_dpm.h227 u16 t_max; member
Damdgpu_dpm.c367 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()
Dsi_dpm.c1933 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()
Dci_dpm.c1133 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/
Dr600_dpm.c904 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()
Dsi_dpm.c1842 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()
Dradeon.h1506 u16 t_max; member
Dci_dpm.c993 fan_table.TempMax = cpu_to_be16((50 + rdev->pm.dpm.fan.t_max) / 100); in ci_thermal_setup_fan_table()