ThotspotLimit     895 drivers/gpu/drm/amd/powerplay/arcturus_ppt.c 	range->hotspot_crit_max = pptable->ThotspotLimit *
ThotspotLimit     897 drivers/gpu/drm/amd/powerplay/arcturus_ppt.c 	range->hotspot_emergency_max = (pptable->ThotspotLimit + CTF_OFFSET_HOTSPOT) *
ThotspotLimit    1484 drivers/gpu/drm/amd/powerplay/arcturus_ppt.c 	pr_info("ThotspotLimit = %d\n", pptable->ThotspotLimit);
ThotspotLimit    4890 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 	thermal_data->hotspot_crit_max = pp_table->ThotspotLimit *
ThotspotLimit    4892 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 	thermal_data->hotspot_emergency_max = (pp_table->ThotspotLimit + CTF_OFFSET_HOTSPOT) *
ThotspotLimit    1298 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_powertune.c 	table->ThotspotLimit = cpu_to_le16(tdp_table->usTemperatureLimitHotspot);
ThotspotLimit    2591 drivers/gpu/drm/amd/powerplay/hwmgr/vega12_hwmgr.c 	thermal_data->hotspot_crit_max = pp_table->ThotspotLimit *
ThotspotLimit    2593 drivers/gpu/drm/amd/powerplay/hwmgr/vega12_hwmgr.c 	thermal_data->hotspot_emergency_max = (pp_table->ThotspotLimit + CTF_OFFSET_HOTSPOT) *
ThotspotLimit    4128 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c 	thermal_data->hotspot_crit_max = pp_table->ThotspotLimit *
ThotspotLimit    4130 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c 	thermal_data->hotspot_emergency_max = (pp_table->ThotspotLimit + CTF_OFFSET_HOTSPOT) *
ThotspotLimit      92 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_processpptables.c 	pr_info("ThotspotLimit = %d\n", pptable->ThotspotLimit);
ThotspotLimit     384 drivers/gpu/drm/amd/powerplay/inc/smu11_driver_if.h   uint16_t ThotspotLimit;
ThotspotLimit     467 drivers/gpu/drm/amd/powerplay/inc/smu11_driver_if_arcturus.h   uint16_t ThotspotLimit;           // Celcius
ThotspotLimit     536 drivers/gpu/drm/amd/powerplay/inc/smu11_driver_if_navi10.h   uint16_t ThotspotLimit;           // Celcius
ThotspotLimit     131 drivers/gpu/drm/amd/powerplay/inc/smu9_driver_if.h   uint16_t ThotspotLimit;    /* Celcius */
ThotspotLimit     271 drivers/gpu/drm/amd/powerplay/inc/vega12/smu9_driver_if.h   uint16_t ThotspotLimit;
ThotspotLimit    3134 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 	range->hotspot_crit_max = pptable->ThotspotLimit *
ThotspotLimit    3136 drivers/gpu/drm/amd/powerplay/vega20_ppt.c 	range->hotspot_emergency_max = (pptable->ThotspotLimit + CTF_OFFSET_HOTSPOT) *