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

/freebsd-10.1-release/sys/dev/drm2/radeon/
H A Dradeon_combios.c3501 uint32_t bios_5_scratch = RREG32(RADEON_BIOS_5_SCRATCH); local
3510 bios_5_scratch |= RADEON_TV1_ON;
3511 bios_5_scratch |= RADEON_ACC_REQ_TV1;
3515 bios_5_scratch &= ~RADEON_TV1_ON;
3516 bios_5_scratch &= ~RADEON_ACC_REQ_TV1;
3524 bios_5_scratch |= RADEON_LCD1_ON;
3525 bios_5_scratch |= RADEON_ACC_REQ_LCD1;
3529 bios_5_scratch &= ~RADEON_LCD1_ON;
3530 bios_5_scratch &= ~RADEON_ACC_REQ_LCD1;
3538 bios_5_scratch |
3599 uint32_t bios_5_scratch = RREG32(RADEON_BIOS_5_SCRATCH); local
[all...]

Completed in 99 milliseconds