Searched refs:RADEON_CP_RB_CNTL (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | rs600.c | 479 tmp = RREG32(RADEON_CP_RB_CNTL); in rs600_asic_reset() 480 WREG32(RADEON_CP_RB_CNTL, tmp | RADEON_RB_RPTR_WR_ENA); in rs600_asic_reset() 483 WREG32(RADEON_CP_RB_CNTL, tmp); in rs600_asic_reset()
|
H A D | r300.c | 429 tmp = RREG32(RADEON_CP_RB_CNTL); in r300_asic_reset() 430 WREG32(RADEON_CP_RB_CNTL, tmp | RADEON_RB_RPTR_WR_ENA); in r300_asic_reset() 433 WREG32(RADEON_CP_RB_CNTL, tmp); in r300_asic_reset()
|
H A D | r100.c | 1203 WREG32(RADEON_CP_RB_CNTL, tmp | RADEON_RB_NO_UPDATE); in r100_cp_init() 1209 WREG32(RADEON_CP_RB_CNTL, tmp | RADEON_RB_RPTR_WR_ENA | RADEON_RB_NO_UPDATE); in r100_cp_init() 1226 WREG32(RADEON_CP_RB_CNTL, tmp); in r100_cp_init() 2599 tmp = RREG32(RADEON_CP_RB_CNTL); in r100_asic_reset() 2600 WREG32(RADEON_CP_RB_CNTL, tmp | RADEON_RB_RPTR_WR_ENA); in r100_asic_reset() 2603 WREG32(RADEON_CP_RB_CNTL, tmp); in r100_asic_reset() 4027 tmp = RREG32(RADEON_CP_RB_CNTL); in r100_restore_sanity() 4029 WREG32(RADEON_CP_RB_CNTL, 0); in r100_restore_sanity()
|
H A D | radeon_reg.h | 3297 #define RADEON_CP_RB_CNTL 0x0704 macro
|