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

/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Dradeon_atombios.c2788 uint32_t bios_2_scratch, bios_6_scratch; local
2792 bios_6_scratch = RREG32(R600_BIOS_6_SCRATCH);
2795 bios_6_scratch = RREG32(RADEON_BIOS_6_SCRATCH);
2802 bios_6_scratch |= ATOM_S6_ACC_BLOCK_DISPLAY_SWITCH;
2806 WREG32(R600_BIOS_6_SCRATCH, bios_6_scratch);
2809 WREG32(RADEON_BIOS_6_SCRATCH, bios_6_scratch);
2846 uint32_t bios_6_scratch; local
2849 bios_6_scratch = RREG32(R600_BIOS_6_SCRATCH);
2851 bios_6_scratch = RREG32(RADEON_BIOS_6_SCRATCH);
2854 bios_6_scratch |
2878 uint32_t bios_0_scratch, bios_3_scratch, bios_6_scratch; local
[all...]
H A Dradeon_combios.c3453 uint32_t bios_0_scratch, bios_6_scratch, bios_7_scratch; local
3456 bios_6_scratch = RREG32(RADEON_BIOS_6_SCRATCH);
3463 bios_6_scratch |= (RADEON_DISPLAY_SWITCHING_DIS |
3470 WREG32(RADEON_BIOS_6_SCRATCH, bios_6_scratch);
3478 uint32_t bios_6_scratch; local
3480 bios_6_scratch = RREG32(RADEON_BIOS_6_SCRATCH);
3483 bios_6_scratch |= RADEON_DRIVER_CRITICAL;
3485 bios_6_scratch &= ~RADEON_DRIVER_CRITICAL;
3487 WREG32(RADEON_BIOS_6_SCRATCH, bios_6_scratch);
3634 uint32_t bios_6_scratch local
[all...]

Completed in 46 milliseconds