Searched refs:DIG_THERM_INTL (Results 1 – 18 of 18) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | trinityd.h | 210 # define DIG_THERM_INTL(x) ((x) << 8) macro
|
D | sumod.h | 290 #define DIG_THERM_INTL(x) ((x) << 16) macro
|
D | rv770d.h | 419 #define DIG_THERM_INTL(x) ((x) << 16) macro
|
D | sid.h | 191 #define DIG_THERM_INTL(x) ((x) << 16) macro
|
D | cikd.h | 302 #define DIG_THERM_INTL(x) ((x) << 8) macro
|
D | r600_dpm.c | 756 WREG32_P(CG_THERMAL_INT, DIG_THERM_INTL(low_temp / 1000), ~DIG_THERM_INTL_MASK); in r600_set_thermal_temperature_range()
|
D | evergreend.h | 888 #define DIG_THERM_INTL(x) ((x) << 16) macro
|
D | r600d.h | 310 #define DIG_THERM_INTL(x) ((x) << 16) macro
|
D | trinity_dpm.c | 1058 WREG32_P(CG_THERMAL_INT_CTRL, DIG_THERM_INTL(49 + (low_temp / 1000)), ~DIG_THERM_INTL_MASK); in trinity_set_thermal_temperature_range()
|
D | sumo_dpm.c | 1173 WREG32_P(CG_THERMAL_INT, DIG_THERM_INTL(49 + (low_temp / 1000)), ~DIG_THERM_INTL_MASK); in sumo_set_thermal_temperature_range()
|
D | rv770_dpm.c | 1885 WREG32_P(CG_THERMAL_INT, DIG_THERM_INTL(low_temp / 1000), ~DIG_THERM_INTL_MASK); in rv770_set_thermal_temperature_range()
|
D | kv_dpm.c | 2470 DIG_THERM_INTL(49 + (low_temp / 1000))); in kv_set_thermal_temperature_range()
|
D | si_dpm.c | 5994 WREG32_P(CG_THERMAL_INT, DIG_THERM_INTL(low_temp / 1000), ~DIG_THERM_INTL_MASK); in si_thermal_set_temperature_range()
|
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/hwmgr/ |
D | vega12_thermal.c | 193 …val = REG_SET_FIELD(val, THM_THERMAL_INT_CTRL, DIG_THERM_INTL, (low / PP_TEMPERATURE_UNITS_PER_CEN… in vega12_thermal_set_temperature_range()
|
D | smu7_thermal.c | 330 CG_THERMAL_INT, DIG_THERM_INTL, in smu7_thermal_set_temperature_range()
|
D | vega10_thermal.c | 385 …val = REG_SET_FIELD(val, THM_THERMAL_INT_CTRL, DIG_THERM_INTL, (low / PP_TEMPERATURE_UNITS_PER_CEN… in vega10_thermal_set_temperature_range()
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | sid.h | 193 #define DIG_THERM_INTL(x) ((x) << 16) macro
|
D | si_dpm.c | 6431 WREG32_P(CG_THERMAL_INT, DIG_THERM_INTL(low_temp / 1000), ~DIG_THERM_INTL_MASK); in si_thermal_set_temperature_range()
|