Lines Matching refs:bios_6_scratch
1561 uint32_t bios_6_scratch; in amdgpu_atombios_scratch_regs_lock() local
1563 bios_6_scratch = RREG32(adev->bios_scratch_reg_offset + 6); in amdgpu_atombios_scratch_regs_lock()
1566 bios_6_scratch |= ATOM_S6_CRITICAL_STATE; in amdgpu_atombios_scratch_regs_lock()
1567 bios_6_scratch &= ~ATOM_S6_ACC_MODE; in amdgpu_atombios_scratch_regs_lock()
1569 bios_6_scratch &= ~ATOM_S6_CRITICAL_STATE; in amdgpu_atombios_scratch_regs_lock()
1570 bios_6_scratch |= ATOM_S6_ACC_MODE; in amdgpu_atombios_scratch_regs_lock()
1573 WREG32(adev->bios_scratch_reg_offset + 6, bios_6_scratch); in amdgpu_atombios_scratch_regs_lock()
1578 uint32_t bios_2_scratch, bios_6_scratch; in amdgpu_atombios_scratch_regs_init() local
1583 bios_6_scratch = RREG32(adev->bios_scratch_reg_offset + 6); in amdgpu_atombios_scratch_regs_init()
1589 bios_6_scratch |= ATOM_S6_ACC_BLOCK_DISPLAY_SWITCH; in amdgpu_atombios_scratch_regs_init()
1595 WREG32(adev->bios_scratch_reg_offset + 6, bios_6_scratch); in amdgpu_atombios_scratch_regs_init()