OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bios_2_scratch
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_atombios.c
4074
uint32_t
bios_2_scratch
, bios_6_scratch;
local
4077
bios_2_scratch
= RREG32(R600_BIOS_2_SCRATCH);
4080
bios_2_scratch
= RREG32(RADEON_BIOS_2_SCRATCH);
4085
bios_2_scratch
&= ~ATOM_S2_VRI_BRIGHT_ENABLE;
4092
bios_2_scratch
&= ~ATOM_S2_DEVICE_DPMS_STATE;
4095
WREG32(R600_BIOS_2_SCRATCH,
bios_2_scratch
);
4098
WREG32(RADEON_BIOS_2_SCRATCH,
bios_2_scratch
);
4405
uint32_t
bios_2_scratch
;
local
4411
bios_2_scratch
= RREG32(R600_BIOS_2_SCRATCH);
4413
bios_2_scratch
= RREG32(RADEON_BIOS_2_SCRATCH)
[
all
...]
radeon_atombios_encoders.c
51
u32
bios_2_scratch
;
local
54
bios_2_scratch
= RREG32(R600_BIOS_2_SCRATCH);
56
bios_2_scratch
= RREG32(RADEON_BIOS_2_SCRATCH);
58
backlight_level = ((
bios_2_scratch
& ATOM_S2_CURRENT_BL_LEVEL_MASK) >>
68
u32
bios_2_scratch
;
local
71
bios_2_scratch
= RREG32(R600_BIOS_2_SCRATCH);
73
bios_2_scratch
= RREG32(RADEON_BIOS_2_SCRATCH);
75
bios_2_scratch
&= ~ATOM_S2_CURRENT_BL_LEVEL_MASK;
76
bios_2_scratch
|= ((backlight_level << ATOM_S2_CURRENT_BL_LEVEL_SHIFT) &
80
WREG32(R600_BIOS_2_SCRATCH,
bios_2_scratch
);
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_atombios_encoders.c
49
u32
bios_2_scratch
;
local
51
bios_2_scratch
= RREG32(mmBIOS_SCRATCH_2);
53
backlight_level = ((
bios_2_scratch
& ATOM_S2_CURRENT_BL_LEVEL_MASK) >>
63
u32
bios_2_scratch
;
local
65
bios_2_scratch
= RREG32(mmBIOS_SCRATCH_2);
67
bios_2_scratch
&= ~ATOM_S2_CURRENT_BL_LEVEL_MASK;
68
bios_2_scratch
|= ((backlight_level << ATOM_S2_CURRENT_BL_LEVEL_SHIFT) &
71
WREG32(mmBIOS_SCRATCH_2,
bios_2_scratch
);
amdgpu_atombios.c
1697
uint32_t
bios_2_scratch
, bios_6_scratch;
local
1701
bios_2_scratch
= RREG32(adev->bios_scratch_reg_offset + 2);
1705
bios_2_scratch
&= ~ATOM_S2_VRI_BRIGHT_ENABLE;
1711
bios_2_scratch
&= ~ATOM_S2_DEVICE_DPMS_STATE;
1713
WREG32(adev->bios_scratch_reg_offset + 2,
bios_2_scratch
);
Completed in 22 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026