Searched refs:bios_6_scratch (Results 1 – 4 of 4) sorted by relevance
1826 bios_6_scratch = RREG32(mmBIOS_SCRATCH_6); in amdgpu_atombios_encoder_set_bios_scratch_regs()1834 bios_6_scratch |= ATOM_S6_ACC_REQ_LCD1; in amdgpu_atombios_encoder_set_bios_scratch_regs()1848 bios_6_scratch |= ATOM_S6_ACC_REQ_CRT1; in amdgpu_atombios_encoder_set_bios_scratch_regs()1862 bios_6_scratch |= ATOM_S6_ACC_REQ_CRT2; in amdgpu_atombios_encoder_set_bios_scratch_regs()1876 bios_6_scratch |= ATOM_S6_ACC_REQ_DFP1; in amdgpu_atombios_encoder_set_bios_scratch_regs()1890 bios_6_scratch |= ATOM_S6_ACC_REQ_DFP2; in amdgpu_atombios_encoder_set_bios_scratch_regs()1904 bios_6_scratch |= ATOM_S6_ACC_REQ_DFP3; in amdgpu_atombios_encoder_set_bios_scratch_regs()1918 bios_6_scratch |= ATOM_S6_ACC_REQ_DFP4; in amdgpu_atombios_encoder_set_bios_scratch_regs()1932 bios_6_scratch |= ATOM_S6_ACC_REQ_DFP5; in amdgpu_atombios_encoder_set_bios_scratch_regs()1946 bios_6_scratch |= ATOM_S6_ACC_REQ_DFP6; in amdgpu_atombios_encoder_set_bios_scratch_regs()[all …]
1526 uint32_t bios_6_scratch; in amdgpu_atombios_scratch_regs_lock() local1528 bios_6_scratch = RREG32(adev->bios_scratch_reg_offset + 6); in amdgpu_atombios_scratch_regs_lock()1531 bios_6_scratch |= ATOM_S6_CRITICAL_STATE; in amdgpu_atombios_scratch_regs_lock()1532 bios_6_scratch &= ~ATOM_S6_ACC_MODE; in amdgpu_atombios_scratch_regs_lock()1534 bios_6_scratch &= ~ATOM_S6_CRITICAL_STATE; in amdgpu_atombios_scratch_regs_lock()1535 bios_6_scratch |= ATOM_S6_ACC_MODE; in amdgpu_atombios_scratch_regs_lock()1538 WREG32(adev->bios_scratch_reg_offset + 6, bios_6_scratch); in amdgpu_atombios_scratch_regs_lock()1543 uint32_t bios_2_scratch, bios_6_scratch; in amdgpu_atombios_scratch_regs_init() local1548 bios_6_scratch = RREG32(adev->bios_scratch_reg_offset + 6); in amdgpu_atombios_scratch_regs_init()1554 bios_6_scratch |= ATOM_S6_ACC_BLOCK_DISPLAY_SWITCH; in amdgpu_atombios_scratch_regs_init()[all …]
4081 uint32_t bios_2_scratch, bios_6_scratch; in radeon_atom_initialize_bios_scratch_regs() local4143 uint32_t bios_6_scratch; in radeon_atom_output_lock() local4152 bios_6_scratch &= ~ATOM_S6_ACC_MODE; in radeon_atom_output_lock()4155 bios_6_scratch |= ATOM_S6_ACC_MODE; in radeon_atom_output_lock()4192 bios_6_scratch |= ATOM_S6_ACC_REQ_TV1; in radeon_atombios_connected_scratch_regs()4197 bios_6_scratch &= ~ATOM_S6_ACC_REQ_TV1; in radeon_atombios_connected_scratch_regs()4205 bios_6_scratch |= ATOM_S6_ACC_REQ_CV; in radeon_atombios_connected_scratch_regs()4210 bios_6_scratch &= ~ATOM_S6_ACC_REQ_CV; in radeon_atombios_connected_scratch_regs()4219 bios_6_scratch |= ATOM_S6_ACC_REQ_LCD1; in radeon_atombios_connected_scratch_regs()4233 bios_6_scratch |= ATOM_S6_ACC_REQ_CRT1; in radeon_atombios_connected_scratch_regs()[all …]
3444 uint32_t bios_6_scratch; in radeon_combios_output_lock() local3449 bios_6_scratch |= RADEON_DRIVER_CRITICAL; in radeon_combios_output_lock()3451 bios_6_scratch &= ~RADEON_DRIVER_CRITICAL; in radeon_combios_output_lock()3604 bios_6_scratch |= RADEON_TV_DPMS_ON; in radeon_combios_encoder_dpms_scratch_regs()3606 bios_6_scratch &= ~RADEON_TV_DPMS_ON; in radeon_combios_encoder_dpms_scratch_regs()3610 bios_6_scratch |= RADEON_CRT_DPMS_ON; in radeon_combios_encoder_dpms_scratch_regs()3612 bios_6_scratch &= ~RADEON_CRT_DPMS_ON; in radeon_combios_encoder_dpms_scratch_regs()3616 bios_6_scratch |= RADEON_LCD_DPMS_ON; in radeon_combios_encoder_dpms_scratch_regs()3618 bios_6_scratch &= ~RADEON_LCD_DPMS_ON; in radeon_combios_encoder_dpms_scratch_regs()3622 bios_6_scratch |= RADEON_DFP_DPMS_ON; in radeon_combios_encoder_dpms_scratch_regs()[all …]