Home
last modified time | relevance | path

Searched refs:DIG_THERM_INTH (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dtrinityd.h207 # define DIG_THERM_INTH(x) ((x) << 0) macro
H A Dsumod.h287 #define DIG_THERM_INTH(x) ((x) << 8) macro
H A Drv770d.h416 #define DIG_THERM_INTH(x) ((x) << 8) macro
H A Dsid.h188 #define DIG_THERM_INTH(x) ((x) << 8) macro
H A Dcikd.h299 #define DIG_THERM_INTH(x) ((x) << 0) macro
H A Dr600_dpm.c754 WREG32_P(CG_THERMAL_INT, DIG_THERM_INTH(high_temp / 1000), ~DIG_THERM_INTH_MASK); in r600_set_thermal_temperature_range()
H A Devergreend.h885 #define DIG_THERM_INTH(x) ((x) << 8) macro
H A Dtrinity_dpm.c1058 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 Dr600d.h307 #define DIG_THERM_INTH(x) ((x) << 8) macro
H A Dsumo_dpm.c1171 WREG32_P(CG_THERMAL_INT, DIG_THERM_INTH(49 + (high_temp / 1000)), ~DIG_THERM_INTH_MASK); in sumo_set_thermal_temperature_range()
H A Drv770_dpm.c1883 WREG32_P(CG_THERMAL_INT, DIG_THERM_INTH(high_temp / 1000), ~DIG_THERM_INTH_MASK); in rv770_set_thermal_temperature_range()
H A Dkv_dpm.c2470 tmp |= (DIG_THERM_INTH(49 + (high_temp / 1000)) | in kv_set_thermal_temperature_range()
H A Dsi_dpm.c5980 WREG32_P(CG_THERMAL_INT, DIG_THERM_INTH(high_temp / 1000), ~DIG_THERM_INTH_MASK); in si_thermal_set_temperature_range()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega12_thermal.c193 val = REG_SET_FIELD(val, THM_THERMAL_INT_CTRL, DIG_THERM_INTH, high); in vega12_thermal_set_temperature_range()
H A Dvega20_thermal.c263 val = CGS_REG_SET_FIELD(val, THM_THERMAL_INT_CTRL, DIG_THERM_INTH, high); in vega20_thermal_set_temperature_range()
H A Dsmu7_thermal.c329 CG_THERMAL_INT, DIG_THERM_INTH, in smu7_thermal_set_temperature_range()
H A Dvega10_thermal.c397 val = REG_SET_FIELD(val, THM_THERMAL_INT_CTRL, DIG_THERM_INTH, high); in vega10_thermal_set_temperature_range()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Dsid.h189 #define DIG_THERM_INTH(x) ((x) << 8) macro
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dsmu_v11_0.c1280 val = REG_SET_FIELD(val, THM_THERMAL_INT_CTRL, DIG_THERM_INTH, (high & 0xff)); in smu_v11_0_set_irq_state()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/powerplay/
H A Dsi_dpm.c6412 WREG32_P(CG_THERMAL_INT, DIG_THERM_INTH(high_temp / 1000), ~DIG_THERM_INTH_MASK); in si_thermal_set_temperature_range()