Home
last modified time | relevance | path

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

/trueos/sys/dev/drm2/radeon/
HDradeon_atombios.c2913 uint32_t bios_0_scratch, bios_3_scratch, bios_6_scratch; in radeon_atombios_connected_scratch_regs() local
2917 bios_3_scratch = RREG32(R600_BIOS_3_SCRATCH); in radeon_atombios_connected_scratch_regs()
2921 bios_3_scratch = RREG32(RADEON_BIOS_3_SCRATCH); in radeon_atombios_connected_scratch_regs()
2929 bios_3_scratch |= ATOM_S3_TV1_ACTIVE; in radeon_atombios_connected_scratch_regs()
2934 bios_3_scratch &= ~ATOM_S3_TV1_ACTIVE; in radeon_atombios_connected_scratch_regs()
2942 bios_3_scratch |= ATOM_S3_CV_ACTIVE; in radeon_atombios_connected_scratch_regs()
2947 bios_3_scratch &= ~ATOM_S3_CV_ACTIVE; in radeon_atombios_connected_scratch_regs()
2956 bios_3_scratch |= ATOM_S3_LCD1_ACTIVE; in radeon_atombios_connected_scratch_regs()
2961 bios_3_scratch &= ~ATOM_S3_LCD1_ACTIVE; in radeon_atombios_connected_scratch_regs()
2970 bios_3_scratch |= ATOM_S3_CRT1_ACTIVE; in radeon_atombios_connected_scratch_regs()
[all …]