Searched refs:bios_2_scratch (Results 1 – 4 of 4) sorted by relevance
4066 uint32_t bios_2_scratch, bios_6_scratch; in radeon_atom_initialize_bios_scratch_regs() local4069 bios_2_scratch = RREG32(R600_BIOS_2_SCRATCH); in radeon_atom_initialize_bios_scratch_regs()4072 bios_2_scratch = RREG32(RADEON_BIOS_2_SCRATCH); in radeon_atom_initialize_bios_scratch_regs()4077 bios_2_scratch &= ~ATOM_S2_VRI_BRIGHT_ENABLE; in radeon_atom_initialize_bios_scratch_regs()4084 bios_2_scratch &= ~ATOM_S2_DEVICE_DPMS_STATE; in radeon_atom_initialize_bios_scratch_regs()4087 WREG32(R600_BIOS_2_SCRATCH, bios_2_scratch); in radeon_atom_initialize_bios_scratch_regs()4090 WREG32(RADEON_BIOS_2_SCRATCH, bios_2_scratch); in radeon_atom_initialize_bios_scratch_regs()4397 uint32_t bios_2_scratch; in radeon_atombios_encoder_dpms_scratch_regs() local4403 bios_2_scratch = RREG32(R600_BIOS_2_SCRATCH); in radeon_atombios_encoder_dpms_scratch_regs()4405 bios_2_scratch = RREG32(RADEON_BIOS_2_SCRATCH); in radeon_atombios_encoder_dpms_scratch_regs()[all …]
41 u32 bios_2_scratch; in radeon_atom_get_backlight_level_from_reg() local44 bios_2_scratch = RREG32(R600_BIOS_2_SCRATCH); in radeon_atom_get_backlight_level_from_reg()46 bios_2_scratch = RREG32(RADEON_BIOS_2_SCRATCH); in radeon_atom_get_backlight_level_from_reg()48 backlight_level = ((bios_2_scratch & ATOM_S2_CURRENT_BL_LEVEL_MASK) >> in radeon_atom_get_backlight_level_from_reg()58 u32 bios_2_scratch; in radeon_atom_set_backlight_level_to_reg() local61 bios_2_scratch = RREG32(R600_BIOS_2_SCRATCH); in radeon_atom_set_backlight_level_to_reg()63 bios_2_scratch = RREG32(RADEON_BIOS_2_SCRATCH); in radeon_atom_set_backlight_level_to_reg()65 bios_2_scratch &= ~ATOM_S2_CURRENT_BL_LEVEL_MASK; in radeon_atom_set_backlight_level_to_reg()66 bios_2_scratch |= ((backlight_level << ATOM_S2_CURRENT_BL_LEVEL_SHIFT) & in radeon_atom_set_backlight_level_to_reg()70 WREG32(R600_BIOS_2_SCRATCH, bios_2_scratch); in radeon_atom_set_backlight_level_to_reg()[all …]
41 u32 bios_2_scratch; in amdgpu_atombios_encoder_get_backlight_level_from_reg() local43 bios_2_scratch = RREG32(mmBIOS_SCRATCH_2); in amdgpu_atombios_encoder_get_backlight_level_from_reg()45 backlight_level = ((bios_2_scratch & ATOM_S2_CURRENT_BL_LEVEL_MASK) >> in amdgpu_atombios_encoder_get_backlight_level_from_reg()55 u32 bios_2_scratch; in amdgpu_atombios_encoder_set_backlight_level_to_reg() local57 bios_2_scratch = RREG32(mmBIOS_SCRATCH_2); in amdgpu_atombios_encoder_set_backlight_level_to_reg()59 bios_2_scratch &= ~ATOM_S2_CURRENT_BL_LEVEL_MASK; in amdgpu_atombios_encoder_set_backlight_level_to_reg()60 bios_2_scratch |= ((backlight_level << ATOM_S2_CURRENT_BL_LEVEL_SHIFT) & in amdgpu_atombios_encoder_set_backlight_level_to_reg()63 WREG32(mmBIOS_SCRATCH_2, bios_2_scratch); in amdgpu_atombios_encoder_set_backlight_level_to_reg()
1528 uint32_t bios_2_scratch, bios_6_scratch; in amdgpu_atombios_scratch_regs_init() local1530 bios_2_scratch = RREG32(mmBIOS_SCRATCH_2); in amdgpu_atombios_scratch_regs_init()1534 bios_2_scratch &= ~ATOM_S2_VRI_BRIGHT_ENABLE; in amdgpu_atombios_scratch_regs_init()1540 bios_2_scratch &= ~ATOM_S2_DEVICE_DPMS_STATE; in amdgpu_atombios_scratch_regs_init()1542 WREG32(mmBIOS_SCRATCH_2, bios_2_scratch); in amdgpu_atombios_scratch_regs_init()