Searched refs:bios_2_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
2791 bios_2_scratch = RREG32(R600_BIOS_2_SCRATCH);
2794 bios_2_scratch = RREG32(RADEON_BIOS_2_SCRATCH);
2799 bios_2_scratch &= ~ATOM_S2_VRI_BRIGHT_ENABLE;
2805 WREG32(R600_BIOS_2_SCRATCH, bios_2_scratch);
2808 WREG32(RADEON_BIOS_2_SCRATCH, bios_2_scratch);
3115 uint32_t bios_2_scratch; local
3121 bios_2_scratch = RREG32(R600_BIOS_2_SCRATCH);
3123 bios_2_scratch = RREG32(RADEON_BIOS_2_SCRATCH);
3127 bios_2_scratch
[all...]
H A Datombios_encoders.c41 u32 bios_2_scratch; local
44 bios_2_scratch = RREG32(R600_BIOS_2_SCRATCH);
46 bios_2_scratch = RREG32(RADEON_BIOS_2_SCRATCH);
48 backlight_level = ((bios_2_scratch & ATOM_S2_CURRENT_BL_LEVEL_MASK) >>
58 u32 bios_2_scratch; local
61 bios_2_scratch = RREG32(R600_BIOS_2_SCRATCH);
63 bios_2_scratch = RREG32(RADEON_BIOS_2_SCRATCH);
65 bios_2_scratch &= ~ATOM_S2_CURRENT_BL_LEVEL_MASK;
66 bios_2_scratch |= ((backlight_level << ATOM_S2_CURRENT_BL_LEVEL_SHIFT) &
70 WREG32(R600_BIOS_2_SCRATCH, bios_2_scratch);
[all...]

Completed in 102 milliseconds