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

/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Dradeon_atombios.c2878 uint32_t bios_0_scratch, bios_3_scratch, bios_6_scratch; local
2882 bios_3_scratch = RREG32(R600_BIOS_3_SCRATCH);
2886 bios_3_scratch = RREG32(RADEON_BIOS_3_SCRATCH);
2894 bios_3_scratch |= ATOM_S3_TV1_ACTIVE;
2899 bios_3_scratch &= ~ATOM_S3_TV1_ACTIVE;
2907 bios_3_scratch |= ATOM_S3_CV_ACTIVE;
2912 bios_3_scratch &= ~ATOM_S3_CV_ACTIVE;
2921 bios_3_scratch |= ATOM_S3_LCD1_ACTIVE;
2926 bios_3_scratch &= ~ATOM_S3_LCD1_ACTIVE;
2935 bios_3_scratch |
3060 uint32_t bios_3_scratch; local
[all...]

Completed in 45 milliseconds