Searched refs:bios_0_scratch (Results 1 – 4 of 4) sorted by relevance
1724 uint32_t bios_0_scratch; in amdgpu_atombios_encoder_dac_detect() local1764 u32 bios_0_scratch; in amdgpu_atombios_encoder_dig_detect() local1832 bios_0_scratch |= ATOM_S0_LCD1; in amdgpu_atombios_encoder_set_bios_scratch_regs()1837 bios_0_scratch &= ~ATOM_S0_LCD1; in amdgpu_atombios_encoder_set_bios_scratch_regs()1874 bios_0_scratch |= ATOM_S0_DFP1; in amdgpu_atombios_encoder_set_bios_scratch_regs()1879 bios_0_scratch &= ~ATOM_S0_DFP1; in amdgpu_atombios_encoder_set_bios_scratch_regs()1888 bios_0_scratch |= ATOM_S0_DFP2; in amdgpu_atombios_encoder_set_bios_scratch_regs()1902 bios_0_scratch |= ATOM_S0_DFP3; in amdgpu_atombios_encoder_set_bios_scratch_regs()1916 bios_0_scratch |= ATOM_S0_DFP4; in amdgpu_atombios_encoder_set_bios_scratch_regs()1930 bios_0_scratch |= ATOM_S0_DFP5; in amdgpu_atombios_encoder_set_bios_scratch_regs()[all …]
2328 uint32_t bios_0_scratch; in radeon_atom_dac_detect() local2336 bios_0_scratch = RREG32(R600_BIOS_0_SCRATCH); in radeon_atom_dac_detect()2338 bios_0_scratch = RREG32(RADEON_BIOS_0_SCRATCH); in radeon_atom_dac_detect()2342 if (bios_0_scratch & ATOM_S0_CRT1_MASK) in radeon_atom_dac_detect()2346 if (bios_0_scratch & ATOM_S0_CRT2_MASK) in radeon_atom_dac_detect()2350 if (bios_0_scratch & (ATOM_S0_CV_MASK|ATOM_S0_CV_MASK_A)) in radeon_atom_dac_detect()2370 u32 bios_0_scratch; in radeon_atom_dig_detect() local2385 bios_0_scratch = RREG32(R600_BIOS_0_SCRATCH); in radeon_atom_dig_detect()2389 if (bios_0_scratch & ATOM_S0_CRT1_MASK) in radeon_atom_dig_detect()2393 if (bios_0_scratch & ATOM_S0_CRT2_MASK) in radeon_atom_dig_detect()[all …]
4213 bios_0_scratch |= ATOM_S0_LCD1; in radeon_atombios_connected_scratch_regs()4218 bios_0_scratch &= ~ATOM_S0_LCD1; in radeon_atombios_connected_scratch_regs()4255 bios_0_scratch |= ATOM_S0_DFP1; in radeon_atombios_connected_scratch_regs()4260 bios_0_scratch &= ~ATOM_S0_DFP1; in radeon_atombios_connected_scratch_regs()4269 bios_0_scratch |= ATOM_S0_DFP2; in radeon_atombios_connected_scratch_regs()4274 bios_0_scratch &= ~ATOM_S0_DFP2; in radeon_atombios_connected_scratch_regs()4283 bios_0_scratch |= ATOM_S0_DFP3; in radeon_atombios_connected_scratch_regs()4288 bios_0_scratch &= ~ATOM_S0_DFP3; in radeon_atombios_connected_scratch_regs()4297 bios_0_scratch |= ATOM_S0_DFP4; in radeon_atombios_connected_scratch_regs()4311 bios_0_scratch |= ATOM_S0_DFP5; in radeon_atombios_connected_scratch_regs()[all …]
3404 uint32_t bios_0_scratch, bios_6_scratch, bios_7_scratch; in radeon_combios_initialize_bios_scratch_regs() local3406 bios_0_scratch = RREG32(RADEON_BIOS_0_SCRATCH); in radeon_combios_initialize_bios_scratch_regs()3411 bios_0_scratch &= ~RADEON_DRIVER_BRIGHTNESS_EN; in radeon_combios_initialize_bios_scratch_regs()3420 WREG32(RADEON_BIOS_0_SCRATCH, bios_0_scratch); in radeon_combios_initialize_bios_scratch_regs()
Completed in 25 milliseconds