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

/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_atombios.c2823 uint32_t bios_2_scratch, bios_6_scratch; local
2827 bios_6_scratch = RREG32(R600_BIOS_6_SCRATCH);
2830 bios_6_scratch = RREG32(RADEON_BIOS_6_SCRATCH);
2837 bios_6_scratch |= ATOM_S6_ACC_BLOCK_DISPLAY_SWITCH;
2841 WREG32(R600_BIOS_6_SCRATCH, bios_6_scratch);
2844 WREG32(RADEON_BIOS_6_SCRATCH, bios_6_scratch);
2881 uint32_t bios_6_scratch; local
2884 bios_6_scratch = RREG32(R600_BIOS_6_SCRATCH);
2886 bios_6_scratch = RREG32(RADEON_BIOS_6_SCRATCH);
2889 bios_6_scratch |
2913 uint32_t bios_0_scratch, bios_3_scratch, bios_6_scratch; local
[all...]
H A Dradeon_combios.c3485 uint32_t bios_0_scratch, bios_6_scratch, bios_7_scratch; local
3488 bios_6_scratch = RREG32(RADEON_BIOS_6_SCRATCH);
3495 bios_6_scratch |= (RADEON_DISPLAY_SWITCHING_DIS |
3502 WREG32(RADEON_BIOS_6_SCRATCH, bios_6_scratch);
3510 uint32_t bios_6_scratch; local
3512 bios_6_scratch = RREG32(RADEON_BIOS_6_SCRATCH);
3515 bios_6_scratch |= RADEON_DRIVER_CRITICAL;
3517 bios_6_scratch &= ~RADEON_DRIVER_CRITICAL;
3519 WREG32(RADEON_BIOS_6_SCRATCH, bios_6_scratch);
3666 uint32_t bios_6_scratch local
[all...]

Completed in 71 milliseconds