Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/amdgpu/
H A 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()
/dragonfly/sys/dev/drm/radeon/
H A Dsi.c7139 u16 bridge_cfg2, gpu_cfg2; in si_pcie_gen3_enable() local
7175 pci_read_config_word(rdev->pdev, gpu_pos + PCI_EXP_LNKCTL2, &gpu_cfg2); in si_pcie_gen3_enable()
7206 tmp16 |= (gpu_cfg2 & ((1 << 4) | (7 << 9))); in si_pcie_gen3_enable()
H A Dcik.c9526 u16 bridge_cfg2, gpu_cfg2; in cik_pcie_gen3_enable() local
9562 pci_read_config_word(rdev->pdev, gpu_pos + PCI_EXP_LNKCTL2, &gpu_cfg2); in cik_pcie_gen3_enable()
9593 tmp16 |= (gpu_cfg2 & ((1 << 4) | (7 << 9))); in cik_pcie_gen3_enable()