Lines Matching defs:bios_6_scratch
3432 uint32_t bios_0_scratch, bios_6_scratch, bios_7_scratch;
3435 bios_6_scratch = RREG32(RADEON_BIOS_6_SCRATCH);
3442 bios_6_scratch |= (RADEON_DISPLAY_SWITCHING_DIS |
3449 WREG32(RADEON_BIOS_6_SCRATCH, bios_6_scratch);
3457 uint32_t bios_6_scratch;
3459 bios_6_scratch = RREG32(RADEON_BIOS_6_SCRATCH);
3462 bios_6_scratch |= RADEON_DRIVER_CRITICAL;
3464 bios_6_scratch &= ~RADEON_DRIVER_CRITICAL;
3466 WREG32(RADEON_BIOS_6_SCRATCH, bios_6_scratch);
3613 uint32_t bios_6_scratch = RREG32(RADEON_BIOS_6_SCRATCH);
3617 bios_6_scratch |= RADEON_TV_DPMS_ON;
3619 bios_6_scratch &= ~RADEON_TV_DPMS_ON;
3623 bios_6_scratch |= RADEON_CRT_DPMS_ON;
3625 bios_6_scratch &= ~RADEON_CRT_DPMS_ON;
3629 bios_6_scratch |= RADEON_LCD_DPMS_ON;
3631 bios_6_scratch &= ~RADEON_LCD_DPMS_ON;
3635 bios_6_scratch |= RADEON_DFP_DPMS_ON;
3637 bios_6_scratch &= ~RADEON_DFP_DPMS_ON;
3639 WREG32(RADEON_BIOS_6_SCRATCH, bios_6_scratch);