Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Dcik.c1510 u32 max_lw, current_lw, tmp; in cik_pcie_gen3_enable() local
1527 current_lw = (tmp & PCIE_LC_STATUS1__LC_OPERATING_LINK_WIDTH_MASK) in cik_pcie_gen3_enable()
1530 if (current_lw < max_lw) { in cik_pcie_gen3_enable()
H A Dsi.c2160 u32 max_lw, current_lw, tmp; in si_pcie_gen3_enable() local
2176 current_lw = (tmp & LC_OPERATING_LINK_WIDTH_MASK) >> LC_OPERATING_LINK_WIDTH_SHIFT; in si_pcie_gen3_enable()
2178 if (current_lw < max_lw) { in si_pcie_gen3_enable()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dsi.c7139 u32 max_lw, current_lw, tmp; in si_pcie_gen3_enable() local
7155 current_lw = (tmp & LC_OPERATING_LINK_WIDTH_MASK) >> LC_OPERATING_LINK_WIDTH_SHIFT; in si_pcie_gen3_enable()
7157 if (current_lw < max_lw) { in si_pcie_gen3_enable()
H A Dcik.c9552 u32 max_lw, current_lw, tmp; in cik_pcie_gen3_enable() local
9568 current_lw = (tmp & LC_OPERATING_LINK_WIDTH_MASK) >> LC_OPERATING_LINK_WIDTH_SHIFT; in cik_pcie_gen3_enable()
9570 if (current_lw < max_lw) { in cik_pcie_gen3_enable()