Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Dcik.c1427 u16 bridge_cfg2, gpu_cfg2; in cik_pcie_gen3_enable() local
1469 pci_read_config_word(adev->pdev, gpu_pos + PCI_EXP_LNKCTL2, &gpu_cfg2); in cik_pcie_gen3_enable()
1500 tmp16 |= (gpu_cfg2 & ((1 << 4) | (7 << 9))); in cik_pcie_gen3_enable()
Dsi.c1607 u16 bridge_cfg2, gpu_cfg2; in si_pcie_gen3_enable() local
1642 pci_read_config_word(adev->pdev, gpu_pos + PCI_EXP_LNKCTL2, &gpu_cfg2); in si_pcie_gen3_enable()
1671 tmp16 |= (gpu_cfg2 & ((1 << 4) | (7 << 9))); in si_pcie_gen3_enable()
/Linux-v4.19/drivers/gpu/drm/radeon/
Dsi.c7140 u16 bridge_cfg2, gpu_cfg2; in si_pcie_gen3_enable() local
7176 pci_read_config_word(rdev->pdev, gpu_pos + PCI_EXP_LNKCTL2, &gpu_cfg2); in si_pcie_gen3_enable()
7207 tmp16 |= (gpu_cfg2 & ((1 << 4) | (7 << 9))); in si_pcie_gen3_enable()
Dcik.c9557 u16 bridge_cfg2, gpu_cfg2; in cik_pcie_gen3_enable() local
9593 pci_read_config_word(rdev->pdev, gpu_pos + PCI_EXP_LNKCTL2, &gpu_cfg2); in cik_pcie_gen3_enable()
9624 tmp16 |= (gpu_cfg2 & ((1 << 4) | (7 << 9))); in cik_pcie_gen3_enable()