Home
last modified time | relevance | path

Searched refs:current_lw (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/drm/amd/amdgpu/
H A Dcik.c1428 u32 max_lw, current_lw, tmp; in cik_pcie_gen3_enable() local
1442 current_lw = (tmp & PCIE_LC_STATUS1__LC_OPERATING_LINK_WIDTH_MASK) in cik_pcie_gen3_enable()
1445 if (current_lw < max_lw) { in cik_pcie_gen3_enable()
/dragonfly/sys/dev/drm/radeon/
H A Dsi.c7140 u32 max_lw, current_lw, tmp; in si_pcie_gen3_enable() local
7153 current_lw = (tmp & LC_OPERATING_LINK_WIDTH_MASK) >> LC_OPERATING_LINK_WIDTH_SHIFT; in si_pcie_gen3_enable()
7155 if (current_lw < max_lw) { in si_pcie_gen3_enable()
H A Dcik.c9527 u32 max_lw, current_lw, tmp; in cik_pcie_gen3_enable() local
9540 current_lw = (tmp & LC_OPERATING_LINK_WIDTH_MASK) >> LC_OPERATING_LINK_WIDTH_SHIFT; in cik_pcie_gen3_enable()
9542 if (current_lw < max_lw) { in cik_pcie_gen3_enable()