Searched refs:bios_5_scratch (Results 1 – 2 of 2) sorted by relevance
3448 uint32_t bios_5_scratch = RREG32(RADEON_BIOS_5_SCRATCH); in radeon_combios_connected_scratch_regs() local 3457 bios_5_scratch |= RADEON_TV1_ON; in radeon_combios_connected_scratch_regs() 3458 bios_5_scratch |= RADEON_ACC_REQ_TV1; in radeon_combios_connected_scratch_regs() 3462 bios_5_scratch &= ~RADEON_TV1_ON; in radeon_combios_connected_scratch_regs() 3463 bios_5_scratch &= ~RADEON_ACC_REQ_TV1; in radeon_combios_connected_scratch_regs() 3471 bios_5_scratch |= RADEON_LCD1_ON; in radeon_combios_connected_scratch_regs() 3472 bios_5_scratch |= RADEON_ACC_REQ_LCD1; in radeon_combios_connected_scratch_regs() 3476 bios_5_scratch &= ~RADEON_LCD1_ON; in radeon_combios_connected_scratch_regs() 3477 bios_5_scratch &= ~RADEON_ACC_REQ_LCD1; in radeon_combios_connected_scratch_regs() 3485 bios_5_scratch | in radeon_combios_connected_scratch_regs() 3546 uint32_t bios_5_scratch = RREG32(RADEON_BIOS_5_SCRATCH); radeon_combios_encoder_crtc_scratch_regs() local [all...]
169 u32 bios_5_scratch; member