Searched refs:current_lw (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | cik.c | 1510 u32 max_lw, current_lw, tmp; in cik_pcie_gen3_enable() local 1518 current_lw = (tmp & PCIE_LC_STATUS1__LC_OPERATING_LINK_WIDTH_MASK) in cik_pcie_gen3_enable() 1521 if (current_lw < max_lw) { in cik_pcie_gen3_enable()
|
H A D | si.c | 2160 u32 max_lw, current_lw, tmp; in si_pcie_gen3_enable() local 2167 current_lw = (tmp & LC_OPERATING_LINK_WIDTH_MASK) >> LC_OPERATING_LINK_WIDTH_SHIFT; in si_pcie_gen3_enable() 2169 if (current_lw < max_lw) { in si_pcie_gen3_enable()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | cik.c | 1575 u32 max_lw, current_lw, tmp; in cik_pcie_gen3_enable() local 1583 current_lw = (tmp & PCIE_LC_STATUS1__LC_OPERATING_LINK_WIDTH_MASK) in cik_pcie_gen3_enable() 1586 if (current_lw < max_lw) { in cik_pcie_gen3_enable()
|
H A D | si.c | 2277 u32 max_lw, current_lw, tmp; in si_pcie_gen3_enable() local 2284 current_lw = (tmp & LC_OPERATING_LINK_WIDTH_MASK) >> LC_OPERATING_LINK_WIDTH_SHIFT; in si_pcie_gen3_enable() 2286 if (current_lw < max_lw) { in si_pcie_gen3_enable()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | si.c | 7144 u32 max_lw, current_lw, tmp; in si_pcie_gen3_enable() local 7151 current_lw = (tmp & LC_OPERATING_LINK_WIDTH_MASK) >> LC_OPERATING_LINK_WIDTH_SHIFT; in si_pcie_gen3_enable() 7153 if (current_lw < max_lw) { in si_pcie_gen3_enable()
|
H A D | cik.c | 9553 u32 max_lw, current_lw, tmp; in cik_pcie_gen3_enable() local 9560 current_lw = (tmp & LC_OPERATING_LINK_WIDTH_MASK) >> LC_OPERATING_LINK_WIDTH_SHIFT; in cik_pcie_gen3_enable() 9562 if (current_lw < max_lw) { in cik_pcie_gen3_enable()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | si.c | 7136 u32 max_lw, current_lw, tmp; in si_pcie_gen3_enable() local 7143 current_lw = (tmp & LC_OPERATING_LINK_WIDTH_MASK) >> LC_OPERATING_LINK_WIDTH_SHIFT; in si_pcie_gen3_enable() 7145 if (current_lw < max_lw) { in si_pcie_gen3_enable()
|
H A D | cik.c | 9535 u32 max_lw, current_lw, tmp; in cik_pcie_gen3_enable() local 9542 current_lw = (tmp & LC_OPERATING_LINK_WIDTH_MASK) >> LC_OPERATING_LINK_WIDTH_SHIFT; in cik_pcie_gen3_enable() 9544 if (current_lw < max_lw) { in cik_pcie_gen3_enable()
|
Completed in 42 milliseconds