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

/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_combios.c3533 uint32_t bios_5_scratch = RREG32(RADEON_BIOS_5_SCRATCH); local
3542 bios_5_scratch |= RADEON_TV1_ON;
3543 bios_5_scratch |= RADEON_ACC_REQ_TV1;
3547 bios_5_scratch &= ~RADEON_TV1_ON;
3548 bios_5_scratch &= ~RADEON_ACC_REQ_TV1;
3556 bios_5_scratch |= RADEON_LCD1_ON;
3557 bios_5_scratch |= RADEON_ACC_REQ_LCD1;
3561 bios_5_scratch &= ~RADEON_LCD1_ON;
3562 bios_5_scratch &= ~RADEON_ACC_REQ_LCD1;
3570 bios_5_scratch |
3631 uint32_t bios_5_scratch = RREG32(RADEON_BIOS_5_SCRATCH); local
[all...]

Completed in 133 milliseconds