Searched refs:RADEON_BIOS_6_SCRATCH (Results 1 – 4 of 4) sorted by relevance
| /freebsd-10-stable/sys/dev/drm2/radeon/ |
| D | radeon_i2c.c | 426 tmp = RREG32(RADEON_BIOS_6_SCRATCH); in r100_hw_i2c_xfer() 427 WREG32(RADEON_BIOS_6_SCRATCH, tmp | ATOM_S6_HW_I2C_BUSY_STATE); in r100_hw_i2c_xfer() 640 tmp = RREG32(RADEON_BIOS_6_SCRATCH); in r100_hw_i2c_xfer() 642 WREG32(RADEON_BIOS_6_SCRATCH, tmp); in r100_hw_i2c_xfer() 705 tmp = RREG32(RADEON_BIOS_6_SCRATCH); in r500_hw_i2c_xfer() 706 WREG32(RADEON_BIOS_6_SCRATCH, tmp | ATOM_S6_HW_I2C_BUSY_STATE); in r500_hw_i2c_xfer() 876 tmp = RREG32(RADEON_BIOS_6_SCRATCH); in r500_hw_i2c_xfer() 878 WREG32(RADEON_BIOS_6_SCRATCH, tmp); in r500_hw_i2c_xfer()
|
| D | radeon_combios.c | 3488 bios_6_scratch = RREG32(RADEON_BIOS_6_SCRATCH); in radeon_combios_initialize_bios_scratch_regs() 3502 WREG32(RADEON_BIOS_6_SCRATCH, bios_6_scratch); in radeon_combios_initialize_bios_scratch_regs() 3512 bios_6_scratch = RREG32(RADEON_BIOS_6_SCRATCH); in radeon_combios_output_lock() 3519 WREG32(RADEON_BIOS_6_SCRATCH, bios_6_scratch); in radeon_combios_output_lock() 3666 uint32_t bios_6_scratch = RREG32(RADEON_BIOS_6_SCRATCH); in radeon_combios_encoder_dpms_scratch_regs() 3692 WREG32(RADEON_BIOS_6_SCRATCH, bios_6_scratch); in radeon_combios_encoder_dpms_scratch_regs()
|
| D | radeon_atombios.c | 2830 bios_6_scratch = RREG32(RADEON_BIOS_6_SCRATCH); in radeon_atom_initialize_bios_scratch_regs() 2844 WREG32(RADEON_BIOS_6_SCRATCH, bios_6_scratch); in radeon_atom_initialize_bios_scratch_regs() 2886 bios_6_scratch = RREG32(RADEON_BIOS_6_SCRATCH); in radeon_atom_output_lock() 2899 WREG32(RADEON_BIOS_6_SCRATCH, bios_6_scratch); in radeon_atom_output_lock() 2922 bios_6_scratch = RREG32(RADEON_BIOS_6_SCRATCH); in radeon_atombios_connected_scratch_regs() 3085 WREG32(RADEON_BIOS_6_SCRATCH, bios_6_scratch); in radeon_atombios_connected_scratch_regs()
|
| D | radeon_reg.h | 210 #define RADEON_BIOS_6_SCRATCH 0x0028 macro
|