Searched refs:bios_0_scratch (Results 1 – 4 of 4) sorted by relevance
1748 uint32_t bios_0_scratch; in amdgpu_atombios_encoder_dac_detect() local1788 u32 bios_0_scratch; in amdgpu_atombios_encoder_dig_detect() local1856 bios_0_scratch |= ATOM_S0_LCD1; in amdgpu_atombios_encoder_set_bios_scratch_regs()1861 bios_0_scratch &= ~ATOM_S0_LCD1; in amdgpu_atombios_encoder_set_bios_scratch_regs()1898 bios_0_scratch |= ATOM_S0_DFP1; in amdgpu_atombios_encoder_set_bios_scratch_regs()1903 bios_0_scratch &= ~ATOM_S0_DFP1; in amdgpu_atombios_encoder_set_bios_scratch_regs()1912 bios_0_scratch |= ATOM_S0_DFP2; in amdgpu_atombios_encoder_set_bios_scratch_regs()1926 bios_0_scratch |= ATOM_S0_DFP3; in amdgpu_atombios_encoder_set_bios_scratch_regs()1940 bios_0_scratch |= ATOM_S0_DFP4; in amdgpu_atombios_encoder_set_bios_scratch_regs()1954 bios_0_scratch |= ATOM_S0_DFP5; in amdgpu_atombios_encoder_set_bios_scratch_regs()[all …]
2390 uint32_t bios_0_scratch; in radeon_atom_dac_detect() local2398 bios_0_scratch = RREG32(R600_BIOS_0_SCRATCH); in radeon_atom_dac_detect()2400 bios_0_scratch = RREG32(RADEON_BIOS_0_SCRATCH); in radeon_atom_dac_detect()2404 if (bios_0_scratch & ATOM_S0_CRT1_MASK) in radeon_atom_dac_detect()2408 if (bios_0_scratch & ATOM_S0_CRT2_MASK) in radeon_atom_dac_detect()2412 if (bios_0_scratch & (ATOM_S0_CV_MASK|ATOM_S0_CV_MASK_A)) in radeon_atom_dac_detect()2432 u32 bios_0_scratch; in radeon_atom_dig_detect() local2447 bios_0_scratch = RREG32(R600_BIOS_0_SCRATCH); in radeon_atom_dig_detect()2451 if (bios_0_scratch & ATOM_S0_CRT1_MASK) in radeon_atom_dig_detect()2455 if (bios_0_scratch & ATOM_S0_CRT2_MASK) in radeon_atom_dig_detect()[all …]
4209 bios_0_scratch |= ATOM_S0_LCD1; in radeon_atombios_connected_scratch_regs()4214 bios_0_scratch &= ~ATOM_S0_LCD1; in radeon_atombios_connected_scratch_regs()4251 bios_0_scratch |= ATOM_S0_DFP1; in radeon_atombios_connected_scratch_regs()4256 bios_0_scratch &= ~ATOM_S0_DFP1; in radeon_atombios_connected_scratch_regs()4265 bios_0_scratch |= ATOM_S0_DFP2; in radeon_atombios_connected_scratch_regs()4270 bios_0_scratch &= ~ATOM_S0_DFP2; in radeon_atombios_connected_scratch_regs()4279 bios_0_scratch |= ATOM_S0_DFP3; in radeon_atombios_connected_scratch_regs()4284 bios_0_scratch &= ~ATOM_S0_DFP3; in radeon_atombios_connected_scratch_regs()4293 bios_0_scratch |= ATOM_S0_DFP4; in radeon_atombios_connected_scratch_regs()4307 bios_0_scratch |= ATOM_S0_DFP5; in radeon_atombios_connected_scratch_regs()[all …]
3419 uint32_t bios_0_scratch, bios_6_scratch, bios_7_scratch; in radeon_combios_initialize_bios_scratch_regs() local3421 bios_0_scratch = RREG32(RADEON_BIOS_0_SCRATCH); in radeon_combios_initialize_bios_scratch_regs()3426 bios_0_scratch &= ~RADEON_DRIVER_BRIGHTNESS_EN; in radeon_combios_initialize_bios_scratch_regs()3435 WREG32(RADEON_BIOS_0_SCRATCH, bios_0_scratch); in radeon_combios_initialize_bios_scratch_regs()
Completed in 52 milliseconds