Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_i2c.c351 tmp = RREG32(RADEON_BIOS_6_SCRATCH); in r100_hw_i2c_xfer()
352 WREG32(RADEON_BIOS_6_SCRATCH, tmp | ATOM_S6_HW_I2C_BUSY_STATE); in r100_hw_i2c_xfer()
565 tmp = RREG32(RADEON_BIOS_6_SCRATCH); in r100_hw_i2c_xfer()
567 WREG32(RADEON_BIOS_6_SCRATCH, tmp); in r100_hw_i2c_xfer()
631 tmp = RREG32(RADEON_BIOS_6_SCRATCH); in r500_hw_i2c_xfer()
632 WREG32(RADEON_BIOS_6_SCRATCH, tmp | ATOM_S6_HW_I2C_BUSY_STATE); in r500_hw_i2c_xfer()
802 tmp = RREG32(RADEON_BIOS_6_SCRATCH); in r500_hw_i2c_xfer()
804 WREG32(RADEON_BIOS_6_SCRATCH, tmp); in r500_hw_i2c_xfer()
Dradeon_combios.c3411 bios_6_scratch = RREG32(RADEON_BIOS_6_SCRATCH); in radeon_combios_initialize_bios_scratch_regs()
3425 WREG32(RADEON_BIOS_6_SCRATCH, bios_6_scratch); in radeon_combios_initialize_bios_scratch_regs()
3435 bios_6_scratch = RREG32(RADEON_BIOS_6_SCRATCH); in radeon_combios_output_lock()
3442 WREG32(RADEON_BIOS_6_SCRATCH, bios_6_scratch); in radeon_combios_output_lock()
3589 uint32_t bios_6_scratch = RREG32(RADEON_BIOS_6_SCRATCH); in radeon_combios_encoder_dpms_scratch_regs()
3615 WREG32(RADEON_BIOS_6_SCRATCH, bios_6_scratch); in radeon_combios_encoder_dpms_scratch_regs()
Dradeon_atombios.c4073 bios_6_scratch = RREG32(RADEON_BIOS_6_SCRATCH); in radeon_atom_initialize_bios_scratch_regs()
4091 WREG32(RADEON_BIOS_6_SCRATCH, bios_6_scratch); in radeon_atom_initialize_bios_scratch_regs()
4133 bios_6_scratch = RREG32(RADEON_BIOS_6_SCRATCH); in radeon_atom_output_lock()
4146 WREG32(RADEON_BIOS_6_SCRATCH, bios_6_scratch); in radeon_atom_output_lock()
4169 bios_6_scratch = RREG32(RADEON_BIOS_6_SCRATCH); in radeon_atombios_connected_scratch_regs()
4332 WREG32(RADEON_BIOS_6_SCRATCH, bios_6_scratch); in radeon_atombios_connected_scratch_regs()
Dradeon_reg.h207 #define RADEON_BIOS_6_SCRATCH 0x0028 macro