smu_pcie_arg      981 drivers/gpu/drm/amd/powerplay/amdgpu_smu.c 	uint32_t pcie_gen = 0, pcie_width = 0, smu_pcie_arg;
smu_pcie_arg     1013 drivers/gpu/drm/amd/powerplay/amdgpu_smu.c 	smu_pcie_arg = (1 << 16) | (pcie_gen << 8) | pcie_width;
smu_pcie_arg     1016 drivers/gpu/drm/amd/powerplay/amdgpu_smu.c 					  smu_pcie_arg);
smu_pcie_arg      836 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c 	uint32_t pcie_gen = 0, pcie_width = 0, smu_pcie_arg;
smu_pcie_arg      865 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c 	smu_pcie_arg = (1 << 16) | (pcie_gen << 8) | pcie_width;
smu_pcie_arg      867 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c 			PPSMC_MSG_OverridePcieParameters, smu_pcie_arg);