Searched refs:tj_max (Results 1 - 16 of 16) sorted by relevance

/linux-master/drivers/thermal/intel/
H A Dintel_soc_dts_iosf.h36 u32 tj_max; member in struct:intel_soc_dts_sensors
H A Dintel_soc_dts_iosf.c59 temp_out = (sensors->tj_max - temp) / 1000;
139 if (temp > sensors->tj_max)
166 *temp = sensors->tj_max - out * 1000;
309 int tj_max; local
316 tj_max = intel_tcc_get_tjmax(-1);
317 if (tj_max < 0)
318 return ERR_PTR(tj_max);
327 sensors->tj_max = tj_max * 1000;
342 temp = sensors->tj_max
[all...]
H A Dx86_pkg_temp_thermal.c126 int tj_max, val, ret; local
128 tj_max = intel_tcc_get_tjmax(zonedev->cpu);
129 if (tj_max < 0)
130 return tj_max;
131 tj_max *= 1000;
133 val = (tj_max - temp)/1000;
270 static int pkg_temp_thermal_trips_init(int cpu, int tj_max, argument
295 tj_max - thres_reg_value * 1000 : THERMAL_TEMP_INVALID;
314 int tj_max; local
326 tj_max
[all...]
/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c262 unsigned int tj_max; variable
3556 c->core_temp_c = tj_max - ((msr >> 16) & 0x7F);
3630 p->pkg_temp_c = tj_max - ((msr >> 16) & 0x7F);
6095 /* tj_max is used only for dts or ptm */
6110 tj_max = tj_max_override;
6111 fprintf(outf, "cpu%d: Using cmdline TCC Target (%d C)\n", cpu, tj_max);
6143 tj_max = tcc_default;
6148 tj_max = TJMAX_DEFAULT;
6149 fprintf(outf, "cpu%d: Guessing tjMax %d C, Please use -T to specify\n", cpu, tj_max);
6185 fprintf(outf, "cpu%d: MSR_IA32_PACKAGE_THERM_STATUS: 0x%08llx (%d C)\n", cpu, msr, tj_max
[all...]
/linux-master/drivers/gpu/drm/amd/pm/inc/
H A Damdgpu_dpm.h182 u32 tj_max; member in struct:amdgpu_ppm_table
/linux-master/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dhwmgr.h500 uint32_t tj_max; member in struct:phm_ppm_table
/linux-master/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dlegacy_dpm.c552 adev->pm.dpm.dyn_state.ppm_table->tj_max =
H A Dsi_dpm.c2290 papm_parm->dGPU_T_Limit = cpu_to_be32(ppm->tj_max);
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dprocess_pptables_v1_0.c228 ptr->tj_max
H A Dprocesspptables.c1531 ptr->tj_max = le32_to_cpu(atom_ppm_table->ulTjmax);
/linux-master/drivers/gpu/drm/radeon/
H A Dr600_dpm.c1223 rdev->pm.dpm.dyn_state.ppm_table->tj_max =
H A Dradeon.h1451 u32 tj_max; member in struct:radeon_ppm_table
H A Dci_dpm.c425 dpm_table->PPM_TemperatureLimit = cpu_to_be16((u16)ppm->tj_max * 256);
H A Dsi_dpm.c2139 papm_parm->dGPU_T_Limit = cpu_to_be32(ppm->tj_max);
/linux-master/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Diceland_smumgr.c1880 dpm_table->PPM_TemperatureLimit = (uint16_t)ppm->tj_max * 256;
H A Dci_smumgr.c737 dpm_table->PPM_TemperatureLimit = (uint16_t)ppm->tj_max * 256;

Completed in 253 milliseconds