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

/drivers/gpu/drm/radeon/
H A Dradeon_atombios.c2760 uint32_t bios_2_scratch, bios_6_scratch; local
2764 bios_6_scratch = RREG32(R600_BIOS_6_SCRATCH);
2767 bios_6_scratch = RREG32(RADEON_BIOS_6_SCRATCH);
2774 bios_6_scratch |= ATOM_S6_ACC_BLOCK_DISPLAY_SWITCH;
2778 WREG32(R600_BIOS_6_SCRATCH, bios_6_scratch);
2781 WREG32(RADEON_BIOS_6_SCRATCH, bios_6_scratch);
2818 uint32_t bios_6_scratch; local
2821 bios_6_scratch = RREG32(R600_BIOS_6_SCRATCH);
2823 bios_6_scratch = RREG32(RADEON_BIOS_6_SCRATCH);
2826 bios_6_scratch |
2850 uint32_t bios_0_scratch, bios_3_scratch, bios_6_scratch; local
[all...]
H A Dradeon_combios.c3330 uint32_t bios_0_scratch, bios_6_scratch, bios_7_scratch; local
3333 bios_6_scratch = RREG32(RADEON_BIOS_6_SCRATCH);
3340 bios_6_scratch |= (RADEON_DISPLAY_SWITCHING_DIS |
3347 WREG32(RADEON_BIOS_6_SCRATCH, bios_6_scratch);
3355 uint32_t bios_6_scratch; local
3357 bios_6_scratch = RREG32(RADEON_BIOS_6_SCRATCH);
3360 bios_6_scratch |= RADEON_DRIVER_CRITICAL;
3362 bios_6_scratch &= ~RADEON_DRIVER_CRITICAL;
3364 WREG32(RADEON_BIOS_6_SCRATCH, bios_6_scratch);
3511 uint32_t bios_6_scratch local
[all...]

Completed in 70 milliseconds