OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:current_lw
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_cik.c
1507
u32 max_lw,
current_lw
, tmp;
local in function:cik_pcie_gen3_enable
1524
current_lw
= (tmp & PCIE_LC_STATUS1__LC_OPERATING_LINK_WIDTH_MASK)
1527
if (
current_lw
< max_lw) {
amdgpu_si.c
1701
u32 max_lw,
current_lw
, tmp;
local in function:si_pcie_gen3_enable
1717
current_lw
= (tmp & LC_OPERATING_LINK_WIDTH_MASK) >> LC_OPERATING_LINK_WIDTH_SHIFT;
1719
if (
current_lw
< max_lw) {
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_si.c
7153
u32 max_lw,
current_lw
, tmp;
local in function:si_pcie_gen3_enable
7169
current_lw
= (tmp & LC_OPERATING_LINK_WIDTH_MASK) >> LC_OPERATING_LINK_WIDTH_SHIFT;
7171
if (
current_lw
< max_lw) {
radeon_cik.c
9618
u32 max_lw,
current_lw
, tmp;
local in function:cik_pcie_gen3_enable
9634
current_lw
= (tmp & LC_OPERATING_LINK_WIDTH_MASK) >> LC_OPERATING_LINK_WIDTH_SHIFT;
9636
if (
current_lw
< max_lw) {
Completed in 23 milliseconds
Indexes created Tue Sep 30 06:09:59 GMT 2025