tj_max 633 drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c adev->pm.dpm.dyn_state.ppm_table->tj_max = tj_max 193 drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.h u32 tj_max; tj_max 2295 drivers/gpu/drm/amd/amdgpu/si_dpm.c papm_parm->dGPU_T_Limit = cpu_to_be32(ppm->tj_max); tj_max 232 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c ptr->tj_max tj_max 1449 drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c ptr->tj_max = le32_to_cpu(atom_ppm_table->ulTjmax); tj_max 489 drivers/gpu/drm/amd/powerplay/inc/hwmgr.h uint32_t tj_max; tj_max 735 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c dpm_table->PPM_TemperatureLimit = (uint16_t)ppm->tj_max * 256; tj_max 1880 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c dpm_table->PPM_TemperatureLimit = (uint16_t)ppm->tj_max * 256; tj_max 455 drivers/gpu/drm/radeon/ci_dpm.c dpm_table->PPM_TemperatureLimit = cpu_to_be16((u16)ppm->tj_max * 256); tj_max 1225 drivers/gpu/drm/radeon/r600_dpm.c rdev->pm.dpm.dyn_state.ppm_table->tj_max = tj_max 1455 drivers/gpu/drm/radeon/radeon.h u32 tj_max; tj_max 2205 drivers/gpu/drm/radeon/si_dpm.c papm_parm->dGPU_T_Limit = cpu_to_be32(ppm->tj_max); tj_max 47 drivers/thermal/intel/intel_soc_dts_iosf.c static int get_tj_max(u32 *tj_max) tj_max 59 drivers/thermal/intel/intel_soc_dts_iosf.c *tj_max = val * 1000; tj_max 68 drivers/thermal/intel/intel_soc_dts_iosf.c *tj_max = 0; tj_max 94 drivers/thermal/intel/intel_soc_dts_iosf.c *temp = sensors->tj_max - out * 1000; tj_max 116 drivers/thermal/intel/intel_soc_dts_iosf.c temp_out = (sensors->tj_max - temp) / 1000; tj_max 196 drivers/thermal/intel/intel_soc_dts_iosf.c if (temp > sensors->tj_max) tj_max 236 drivers/thermal/intel/intel_soc_dts_iosf.c *temp = sensors->tj_max - out * 1000; tj_max 348 drivers/thermal/intel/intel_soc_dts_iosf.c sensors->tj_max - critical_offset, tj_max 399 drivers/thermal/intel/intel_soc_dts_iosf.c u32 tj_max; tj_max 409 drivers/thermal/intel/intel_soc_dts_iosf.c if (get_tj_max(&tj_max)) tj_max 419 drivers/thermal/intel/intel_soc_dts_iosf.c sensors->tj_max = tj_max; tj_max 38 drivers/thermal/intel/intel_soc_dts_iosf.h u32 tj_max; tj_max 49 drivers/thermal/intel/x86_pkg_temp_thermal.c u32 tj_max; tj_max 109 drivers/thermal/intel/x86_pkg_temp_thermal.c static int get_tj_max(int cpu, u32 *tj_max) tj_max 119 drivers/thermal/intel/x86_pkg_temp_thermal.c *tj_max = val * 1000; tj_max 132 drivers/thermal/intel/x86_pkg_temp_thermal.c *temp = zonedev->tj_max - ((eax >> 16) & 0x7f) * 1000; tj_max 165 drivers/thermal/intel/x86_pkg_temp_thermal.c *temp = zonedev->tj_max - thres_reg_value * 1000; tj_max 180 drivers/thermal/intel/x86_pkg_temp_thermal.c if (trip >= MAX_NUMBER_OF_TRIPS || temp >= zonedev->tj_max) tj_max 205 drivers/thermal/intel/x86_pkg_temp_thermal.c l |= (zonedev->tj_max - temp)/1000 << shift; tj_max 332 drivers/thermal/intel/x86_pkg_temp_thermal.c u32 tj_max, eax, ebx, ecx, edx; tj_max 346 drivers/thermal/intel/x86_pkg_temp_thermal.c err = get_tj_max(cpu, &tj_max); tj_max 356 drivers/thermal/intel/x86_pkg_temp_thermal.c zonedev->tj_max = tj_max;