Home
last modified time | relevance | path

Searched refs:R600_BIOS_3_SCRATCH (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/drm/radeon/
HDr600_reg.h127 #define R600_BIOS_3_SCRATCH 0x1730 macro
HDradeon_atombios.c4156 bios_3_scratch = RREG32(R600_BIOS_3_SCRATCH); in radeon_atombios_connected_scratch_regs()
4319 WREG32(R600_BIOS_3_SCRATCH, bios_3_scratch); in radeon_atombios_connected_scratch_regs()
4340 bios_3_scratch = RREG32(R600_BIOS_3_SCRATCH); in radeon_atombios_encoder_crtc_scratch_regs()
4378 WREG32(R600_BIOS_3_SCRATCH, bios_3_scratch); in radeon_atombios_encoder_crtc_scratch_regs()
HDr600.c1547 u32 tmp = RREG32(R600_BIOS_3_SCRATCH); in r600_set_bios_scratch_engine_hung()
1554 WREG32(R600_BIOS_3_SCRATCH, tmp); in r600_set_bios_scratch_engine_hung()
HDatombios_encoders.c1607 reg = R600_BIOS_3_SCRATCH; in atombios_yuv_setup()