Searched refs:bios_3_scratch (Results 1 – 2 of 2) sorted by relevance
4167 uint32_t bios_0_scratch, bios_3_scratch, bios_6_scratch; in radeon_atombios_connected_scratch_regs() local4171 bios_3_scratch = RREG32(R600_BIOS_3_SCRATCH); in radeon_atombios_connected_scratch_regs()4175 bios_3_scratch = RREG32(RADEON_BIOS_3_SCRATCH); in radeon_atombios_connected_scratch_regs()4183 bios_3_scratch |= ATOM_S3_TV1_ACTIVE; in radeon_atombios_connected_scratch_regs()4188 bios_3_scratch &= ~ATOM_S3_TV1_ACTIVE; in radeon_atombios_connected_scratch_regs()4196 bios_3_scratch |= ATOM_S3_CV_ACTIVE; in radeon_atombios_connected_scratch_regs()4201 bios_3_scratch &= ~ATOM_S3_CV_ACTIVE; in radeon_atombios_connected_scratch_regs()4210 bios_3_scratch |= ATOM_S3_LCD1_ACTIVE; in radeon_atombios_connected_scratch_regs()4215 bios_3_scratch &= ~ATOM_S3_LCD1_ACTIVE; in radeon_atombios_connected_scratch_regs()4224 bios_3_scratch |= ATOM_S3_CRT1_ACTIVE; in radeon_atombios_connected_scratch_regs()[all …]
1846 uint32_t bios_0_scratch, bios_3_scratch, bios_6_scratch; in amdgpu_atombios_encoder_set_bios_scratch_regs() local1849 bios_3_scratch = RREG32(mmBIOS_SCRATCH_3); in amdgpu_atombios_encoder_set_bios_scratch_regs()1857 bios_3_scratch |= ATOM_S3_LCD1_ACTIVE; in amdgpu_atombios_encoder_set_bios_scratch_regs()1862 bios_3_scratch &= ~ATOM_S3_LCD1_ACTIVE; in amdgpu_atombios_encoder_set_bios_scratch_regs()1871 bios_3_scratch |= ATOM_S3_CRT1_ACTIVE; in amdgpu_atombios_encoder_set_bios_scratch_regs()1876 bios_3_scratch &= ~ATOM_S3_CRT1_ACTIVE; in amdgpu_atombios_encoder_set_bios_scratch_regs()1885 bios_3_scratch |= ATOM_S3_CRT2_ACTIVE; in amdgpu_atombios_encoder_set_bios_scratch_regs()1890 bios_3_scratch &= ~ATOM_S3_CRT2_ACTIVE; in amdgpu_atombios_encoder_set_bios_scratch_regs()1899 bios_3_scratch |= ATOM_S3_DFP1_ACTIVE; in amdgpu_atombios_encoder_set_bios_scratch_regs()1904 bios_3_scratch &= ~ATOM_S3_DFP1_ACTIVE; in amdgpu_atombios_encoder_set_bios_scratch_regs()[all …]