Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/amdgpu/
Dcik.c1435 u32 max_lw, current_lw, tmp; in cik_pcie_gen3_enable() local
1449 current_lw = (tmp & PCIE_LC_STATUS1__LC_OPERATING_LINK_WIDTH_MASK) in cik_pcie_gen3_enable()
1452 if (current_lw < max_lw) { in cik_pcie_gen3_enable()
Dsi.c1683 u32 max_lw, current_lw, tmp; in si_pcie_gen3_enable() local
1696 current_lw = (tmp & LC_OPERATING_LINK_WIDTH_MASK) >> LC_OPERATING_LINK_WIDTH_SHIFT; in si_pcie_gen3_enable()
1698 if (current_lw < max_lw) { in si_pcie_gen3_enable()
/drivers/gpu/drm/radeon/
Dsi.c7145 u32 max_lw, current_lw, tmp; in si_pcie_gen3_enable() local
7158 current_lw = (tmp & LC_OPERATING_LINK_WIDTH_MASK) >> LC_OPERATING_LINK_WIDTH_SHIFT; in si_pcie_gen3_enable()
7160 if (current_lw < max_lw) { in si_pcie_gen3_enable()
Dcik.c9562 u32 max_lw, current_lw, tmp; in cik_pcie_gen3_enable() local
9575 current_lw = (tmp & LC_OPERATING_LINK_WIDTH_MASK) >> LC_OPERATING_LINK_WIDTH_SHIFT; in cik_pcie_gen3_enable()
9577 if (current_lw < max_lw) { in cik_pcie_gen3_enable()