Home
last modified time | relevance | path

Searched refs:bios_3_scratch (Results 1 – 1 of 1) sorted by relevance

/drivers/gpu/drm/radeon/
Dradeon_atombios.c4120 uint32_t bios_0_scratch, bios_3_scratch, bios_6_scratch; in radeon_atombios_connected_scratch_regs() local
4124 bios_3_scratch = RREG32(R600_BIOS_3_SCRATCH); in radeon_atombios_connected_scratch_regs()
4128 bios_3_scratch = RREG32(RADEON_BIOS_3_SCRATCH); in radeon_atombios_connected_scratch_regs()
4136 bios_3_scratch |= ATOM_S3_TV1_ACTIVE; in radeon_atombios_connected_scratch_regs()
4141 bios_3_scratch &= ~ATOM_S3_TV1_ACTIVE; in radeon_atombios_connected_scratch_regs()
4149 bios_3_scratch |= ATOM_S3_CV_ACTIVE; in radeon_atombios_connected_scratch_regs()
4154 bios_3_scratch &= ~ATOM_S3_CV_ACTIVE; in radeon_atombios_connected_scratch_regs()
4163 bios_3_scratch |= ATOM_S3_LCD1_ACTIVE; in radeon_atombios_connected_scratch_regs()
4168 bios_3_scratch &= ~ATOM_S3_LCD1_ACTIVE; in radeon_atombios_connected_scratch_regs()
4177 bios_3_scratch |= ATOM_S3_CRT1_ACTIVE; in radeon_atombios_connected_scratch_regs()
[all …]