Searched refs:THERM_INT_MASK_LOW (Results 1 - 13 of 13) sorted by relevance

/openbsd-current/sys/dev/pci/drm/radeon/
H A Dsumod.h294 #define THERM_INT_MASK_LOW (1 << 25) macro
H A Drv770d.h423 #define THERM_INT_MASK_LOW (1 << 25) macro
H A Dr600.c3809 ~(THERM_INT_MASK_HIGH | THERM_INT_MASK_LOW);
3812 ~(THERM_INT_MASK_HIGH | THERM_INT_MASK_LOW);
3816 thermal_int |= THERM_INT_MASK_HIGH | THERM_INT_MASK_LOW;
H A Dcikd.h199 #define THERM_INT_MASK_LOW (1 << 25) macro
H A Dsid.h195 #define THERM_INT_MASK_LOW (1 << 25) macro
H A Devergreen.c4516 ~(THERM_INT_MASK_HIGH | THERM_INT_MASK_LOW);
4519 ~(THERM_INT_MASK_HIGH | THERM_INT_MASK_LOW);
4560 thermal_int |= THERM_INT_MASK_HIGH | THERM_INT_MASK_LOW;
H A Devergreend.h892 #define THERM_INT_MASK_LOW (1 << 25) macro
H A Dr600d.h314 #define THERM_INT_MASK_LOW (1 << 25) macro
H A Dci_dpm.c888 thermal_int &= ~(THERM_INT_MASK_HIGH | THERM_INT_MASK_LOW);
897 thermal_int |= THERM_INT_MASK_HIGH | THERM_INT_MASK_LOW;
H A Dsi.c6077 ~(THERM_INT_MASK_HIGH | THERM_INT_MASK_LOW);
6113 thermal_int |= THERM_INT_MASK_HIGH | THERM_INT_MASK_LOW;
H A Dsi_dpm.c5946 thermal_int &= ~(THERM_INT_MASK_HIGH | THERM_INT_MASK_LOW);
5955 thermal_int |= THERM_INT_MASK_HIGH | THERM_INT_MASK_LOW;
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Dsid.h196 #define THERM_INT_MASK_LOW (1 << 25) macro
/openbsd-current/sys/dev/pci/drm/amd/pm/legacy-dpm/
H A Damdgpu_si_dpm.c6422 thermal_int &= ~(THERM_INT_MASK_HIGH | THERM_INT_MASK_LOW);
6430 thermal_int |= THERM_INT_MASK_HIGH | THERM_INT_MASK_LOW;
7577 cg_thermal_int |= THERM_INT_MASK_LOW;
7582 cg_thermal_int &= ~THERM_INT_MASK_LOW;

Completed in 466 milliseconds