Searched refs:bios_5_scratch (Results 1 – 2 of 2) sorted by relevance
3452 uint32_t bios_5_scratch = RREG32(RADEON_BIOS_5_SCRATCH); in radeon_combios_connected_scratch_regs() local 3461 bios_5_scratch |= RADEON_TV1_ON; in radeon_combios_connected_scratch_regs() 3462 bios_5_scratch |= RADEON_ACC_REQ_TV1; in radeon_combios_connected_scratch_regs() 3466 bios_5_scratch &= ~RADEON_TV1_ON; in radeon_combios_connected_scratch_regs() 3467 bios_5_scratch &= ~RADEON_ACC_REQ_TV1; in radeon_combios_connected_scratch_regs() 3475 bios_5_scratch |= RADEON_LCD1_ON; in radeon_combios_connected_scratch_regs() 3476 bios_5_scratch |= RADEON_ACC_REQ_LCD1; in radeon_combios_connected_scratch_regs() 3480 bios_5_scratch &= ~RADEON_LCD1_ON; in radeon_combios_connected_scratch_regs() 3481 bios_5_scratch &= ~RADEON_ACC_REQ_LCD1; in radeon_combios_connected_scratch_regs() 3489 bios_5_scratch | in radeon_combios_connected_scratch_regs() 3550 uint32_t bios_5_scratch = RREG32(RADEON_BIOS_5_SCRATCH); radeon_combios_encoder_crtc_scratch_regs() local [all...]
169 u32 bios_5_scratch; member