/drivers/hwmon/ |
D | jc42.c | 196 t_max, enumerator 204 [t_max] = JC42_REG_TEMP_UPPER, 284 *val = jc42_temp_from_reg(data->temp[t_max]); in jc42_read() 290 temp = jc42_temp_from_reg(data->temp[t_max]); in jc42_read() 332 data->temp[t_max] = jc42_temp_to_reg(val, data->extended); in jc42_write() 333 ret = i2c_smbus_write_word_swapped(client, temp_regs[t_max], in jc42_write() 334 data->temp[t_max]); in jc42_write()
|
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);
|
/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 | 265 s32 temp, power, t_max = 0; in cpu_fans_tick() local 286 t_max = max(t_max, temp); in cpu_fans_tick() 311 DBG_LOTS("fans = %d, t_max = %d.%03d\n", target, FIX32TOPRINT(t_max)); in cpu_fans_tick() 321 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()
|
/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()
|
/drivers/net/fddi/skfp/ |
D | fplustm.c | 893 u_short t_max,x ; in init_mac() local 943 t_max = (u_short)(smc->mib.m[MAC0].fddiMACT_Max/32) ; in init_mac() 944 x = t_max/0x27 ; in init_mac() 946 if ((t_max == 0xfffe) || (t_max - x == 0x16)) in init_mac() 947 t_max-- ; in init_mac() 948 outpw(FM_A(FM_TMAX),(u_short)t_max) ; in init_mac()
|
/drivers/media/platform/exynos-gsc/ |
D | gsc-core.c | 353 u32 t_min, t_max; in gsc_set_prefbuf() local 358 t_max = max3(frm->addr.y, frm->addr.cb, frm->addr.cr); in gsc_set_prefbuf() 359 if (get_plane_info(frm, t_max, &high_plane, &high_addr)) in gsc_set_prefbuf()
|
/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_dpm.h | 241 u16 t_max; member
|
D | amdgpu_dpm.c | 311 adev->pm.dpm.fan.t_max = le16_to_cpu(fan_info->fan2.usTMax); in amdgpu_parse_extended_power_table() 313 adev->pm.dpm.fan.t_max = 10900; in amdgpu_parse_extended_power_table()
|
D | si_dpm.c | 1935 u32 t_max = dte_data->max_t; in si_update_dte_from_pl2() local 1945 (t_split[i] * (t_max - t_0/(u32)1000) * (1 << 14)) / in si_update_dte_from_pl2() 6503 fan_table.temp_max = cpu_to_be16((50 + adev->pm.dpm.fan.t_max) / 100); in si_thermal_setup_fan_table()
|
/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 | 1844 u32 t_max = dte_data->max_t; in si_update_dte_from_pl2() local 1854 (t_split[i] * (t_max - t_0/(u32)1000) * (1 << 14)) / in si_update_dte_from_pl2() 6068 fan_table.temp_max = cpu_to_be16((50 + rdev->pm.dpm.fan.t_max) / 100); in si_thermal_setup_fan_table()
|
D | radeon.h | 1502 u16 t_max; member
|
D | ci_dpm.c | 995 fan_table.TempMax = cpu_to_be16((50 + rdev->pm.dpm.fan.t_max) / 100); in ci_thermal_setup_fan_table()
|