OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:link_cntl2
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_rv770.c
2033
u16
link_cntl2
;
local in function:rv770_pcie_gen2_enable
2078
link_cntl2
= RREG16(0x4088);
2079
link_cntl2
&= ~TARGET_LINK_SPEED_MASK;
2080
link_cntl2
|= 0x2;
2081
WREG16(0x4088,
link_cntl2
);
radeon_r600.c
4550
u16
link_cntl2
;
local in function:r600_pcie_gen2_enable
4611
link_cntl2
= RREG32(0x4088);
4614
if (
link_cntl2
& SELECTABLE_DEEMPHASIS)
4628
link_cntl2
= RREG16(0x4088);
4629
link_cntl2
&= ~TARGET_LINK_SPEED_MASK;
4630
link_cntl2
|= 0x2;
4631
WREG16(0x4088,
link_cntl2
);
Completed in 16 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025