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_6_scratch
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_atombios_encoders.c
1861
uint32_t bios_0_scratch, bios_3_scratch,
bios_6_scratch
;
local
1865
bios_6_scratch
= RREG32(mmBIOS_SCRATCH_6);
1873
bios_6_scratch
|= ATOM_S6_ACC_REQ_LCD1;
1878
bios_6_scratch
&= ~ATOM_S6_ACC_REQ_LCD1;
1887
bios_6_scratch
|= ATOM_S6_ACC_REQ_CRT1;
1892
bios_6_scratch
&= ~ATOM_S6_ACC_REQ_CRT1;
1901
bios_6_scratch
|= ATOM_S6_ACC_REQ_CRT2;
1906
bios_6_scratch
&= ~ATOM_S6_ACC_REQ_CRT2;
1915
bios_6_scratch
|= ATOM_S6_ACC_REQ_DFP1;
1920
bios_6_scratch
&= ~ATOM_S6_ACC_REQ_DFP1
[
all
...]
amdgpu_atombios.c
1680
uint32_t
bios_6_scratch
;
local
1682
bios_6_scratch
= RREG32(adev->bios_scratch_reg_offset + 6);
1685
bios_6_scratch
|= ATOM_S6_CRITICAL_STATE;
1686
bios_6_scratch
&= ~ATOM_S6_ACC_MODE;
1688
bios_6_scratch
&= ~ATOM_S6_CRITICAL_STATE;
1689
bios_6_scratch
|= ATOM_S6_ACC_MODE;
1692
WREG32(adev->bios_scratch_reg_offset + 6,
bios_6_scratch
);
1697
uint32_t bios_2_scratch,
bios_6_scratch
;
local
1702
bios_6_scratch
= RREG32(adev->bios_scratch_reg_offset + 6);
1708
bios_6_scratch
|= ATOM_S6_ACC_BLOCK_DISPLAY_SWITCH
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_atombios.c
4074
uint32_t bios_2_scratch,
bios_6_scratch
;
local
4078
bios_6_scratch
= RREG32(R600_BIOS_6_SCRATCH);
4081
bios_6_scratch
= RREG32(RADEON_BIOS_6_SCRATCH);
4088
bios_6_scratch
|= ATOM_S6_ACC_BLOCK_DISPLAY_SWITCH;
4096
WREG32(R600_BIOS_6_SCRATCH,
bios_6_scratch
);
4099
WREG32(RADEON_BIOS_6_SCRATCH,
bios_6_scratch
);
4136
uint32_t
bios_6_scratch
;
local
4139
bios_6_scratch
= RREG32(R600_BIOS_6_SCRATCH);
4141
bios_6_scratch
= RREG32(RADEON_BIOS_6_SCRATCH);
4144
bios_6_scratch
|= ATOM_S6_CRITICAL_STATE
4168
uint32_t bios_0_scratch, bios_3_scratch,
bios_6_scratch
;
local
[
all
...]
radeon_combios.c
3425
uint32_t bios_0_scratch,
bios_6_scratch
, bios_7_scratch;
local
3428
bios_6_scratch
= RREG32(RADEON_BIOS_6_SCRATCH);
3435
bios_6_scratch
|= (RADEON_DISPLAY_SWITCHING_DIS |
3442
WREG32(RADEON_BIOS_6_SCRATCH,
bios_6_scratch
);
3450
uint32_t
bios_6_scratch
;
local
3452
bios_6_scratch
= RREG32(RADEON_BIOS_6_SCRATCH);
3455
bios_6_scratch
|= RADEON_DRIVER_CRITICAL;
3457
bios_6_scratch
&= ~RADEON_DRIVER_CRITICAL;
3459
WREG32(RADEON_BIOS_6_SCRATCH,
bios_6_scratch
);
3606
uint32_t
bios_6_scratch
= RREG32(RADEON_BIOS_6_SCRATCH)
local
[
all
...]
Completed in 23 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026