Home
last modified time | relevance | path

Searched refs:ASIC_T_MASK (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Drv770d.h429 #define ASIC_T_MASK 0x3FF0000 macro
H A Dradeon_rv770.c863 u32 temp = (RREG32(CG_MULT_THERMAL_STATUS) & ASIC_T_MASK) >> in rv770_get_temp()
H A Devergreend.h908 #define ASIC_T_MASK 0x07FF0000 macro
H A Dr600d.h306 #define ASIC_T_MASK 0x1FF macro
H A Dradeon_r600.c359 u32 temp = (RREG32(CG_THERMAL_STATUS) & ASIC_T_MASK) >> in rv6xx_get_temp()
H A Dradeon_evergreen.c1476 temp = (RREG32(CG_MULT_THERMAL_STATUS) & ASIC_T_MASK) >> in evergreen_get_temp()