Searched refs:DIG_THERM_INTH (Results 1 – 18 of 18) sorted by relevance
/linux/drivers/gpu/drm/radeon/ |
H A D | trinityd.h | 207 # define DIG_THERM_INTH(x) ((x) << 0) macro
|
H A D | sumod.h | 287 #define DIG_THERM_INTH(x) ((x) << 8) macro
|
H A D | rv770d.h | 416 #define DIG_THERM_INTH(x) ((x) << 8) macro
|
H A D | sid.h | 188 #define DIG_THERM_INTH(x) ((x) << 8) macro
|
H A D | cikd.h | 299 #define DIG_THERM_INTH(x) ((x) << 0) macro
|
H A D | r600_dpm.c | 752 WREG32_P(CG_THERMAL_INT, DIG_THERM_INTH(high_temp / 1000), ~DIG_THERM_INTH_MASK); in r600_set_thermal_temperature_range()
|
H A D | evergreend.h | 885 #define DIG_THERM_INTH(x) ((x) << 8) macro
|
H A D | r600d.h | 307 #define DIG_THERM_INTH(x) ((x) << 8) macro
|
H A D | trinity_dpm.c | 1010 WREG32_P(CG_THERMAL_INT_CTRL, DIG_THERM_INTH(49 + (high_temp / 1000)), ~DIG_THERM_INTH_MASK); in trinity_set_thermal_temperature_range()
|
H A D | sumo_dpm.c | 1169 WREG32_P(CG_THERMAL_INT, DIG_THERM_INTH(49 + (high_temp / 1000)), ~DIG_THERM_INTH_MASK); in sumo_set_thermal_temperature_range()
|
H A D | kv_dpm.c | 2266 tmp |= (DIG_THERM_INTH(49 + (high_temp / 1000)) | in kv_set_thermal_temperature_range()
|
H A D | rv770_dpm.c | 1885 WREG32_P(CG_THERMAL_INT, DIG_THERM_INTH(high_temp / 1000), ~DIG_THERM_INTH_MASK); in rv770_set_thermal_temperature_range()
|
H A D | si_dpm.c | 5934 WREG32_P(CG_THERMAL_INT, DIG_THERM_INTH(high_temp / 1000), ~DIG_THERM_INTH_MASK); in si_thermal_set_temperature_range()
|
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | vega12_thermal.c | 193 val = REG_SET_FIELD(val, THM_THERMAL_INT_CTRL, DIG_THERM_INTH, high); in vega12_thermal_set_temperature_range()
|
H A D | vega20_thermal.c | 264 val = CGS_REG_SET_FIELD(val, THM_THERMAL_INT_CTRL, DIG_THERM_INTH, high); in vega20_thermal_set_temperature_range()
|
H A D | smu7_thermal.c | 336 CG_THERMAL_INT, DIG_THERM_INTH, in smu7_thermal_set_temperature_range()
|
H A D | vega10_thermal.c | 393 val = REG_SET_FIELD(val, THM_THERMAL_INT_CTRL, DIG_THERM_INTH, high); in vega10_thermal_set_temperature_range()
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | sid.h | 189 #define DIG_THERM_INTH(x) ((x) << 8) macro
|