Searched refs:DIG_THERM_INTL (Results 1 – 13 of 13) sorted by relevance
/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 | 418 #define DIG_THERM_INTL(x) ((x) << 16) macro
|
D | sid.h | 191 #define DIG_THERM_INTL(x) ((x) << 16) macro
|
D | cikd.h | 304 #define DIG_THERM_INTL(x) ((x) << 8) macro
|
D | r600_dpm.c | 753 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 | 6047 WREG32_P(CG_THERMAL_INT, DIG_THERM_INTL(low_temp / 1000), ~DIG_THERM_INTL_MASK); in si_thermal_set_temperature_range()
|