Searched refs:GRBM_SOFT_RESET (Results 1 – 2 of 2) sorted by relevance
/haiku/src/add-ons/accelerants/radeon_hd/ |
H A D | gpu.cpp | 175 Write32(OUT, GRBM_SOFT_RESET, tmp); in radeon_gpu_reset() 176 Read32(OUT, GRBM_SOFT_RESET); in radeon_gpu_reset() 178 Write32(OUT, GRBM_SOFT_RESET, 0); in radeon_gpu_reset() 183 Write32(OUT, GRBM_SOFT_RESET, tmp); in radeon_gpu_reset() 184 Read32(OUT, GRBM_SOFT_RESET); in radeon_gpu_reset() 186 Write32(OUT, GRBM_SOFT_RESET, 0); in radeon_gpu_reset() 211 Write32(OUT, GRBM_SOFT_RESET, grbmReset); in radeon_gpu_reset() 212 Read32(OUT, GRBM_SOFT_RESET); in radeon_gpu_reset() 215 Write32(OUT, GRBM_SOFT_RESET, 0); in radeon_gpu_reset() 216 Read32(OUT, GRBM_SOFT_RESET); in radeon_gpu_reset() [all …]
|
H A D | gpu.h | 122 #define GRBM_SOFT_RESET 0x8020 macro
|