Searched refs:gpu_cfg2 (Results 1 – 4 of 4) sorted by relevance
/drivers/gpu/drm/amd/amdgpu/ |
D | cik.c | 1434 u16 bridge_cfg2, gpu_cfg2; in cik_pcie_gen3_enable() local 1476 pci_read_config_word(adev->pdev, gpu_pos + PCI_EXP_LNKCTL2, &gpu_cfg2); in cik_pcie_gen3_enable() 1507 tmp16 |= (gpu_cfg2 & ((1 << 4) | (7 << 9))); in cik_pcie_gen3_enable()
|
D | si.c | 1682 u16 bridge_cfg2, gpu_cfg2; in si_pcie_gen3_enable() local 1717 pci_read_config_word(adev->pdev, gpu_pos + PCI_EXP_LNKCTL2, &gpu_cfg2); in si_pcie_gen3_enable() 1746 tmp16 |= (gpu_cfg2 & ((1 << 4) | (7 << 9))); in si_pcie_gen3_enable()
|
/drivers/gpu/drm/radeon/ |
D | si.c | 7144 u16 bridge_cfg2, gpu_cfg2; in si_pcie_gen3_enable() local 7180 pci_read_config_word(rdev->pdev, gpu_pos + PCI_EXP_LNKCTL2, &gpu_cfg2); in si_pcie_gen3_enable() 7211 tmp16 |= (gpu_cfg2 & ((1 << 4) | (7 << 9))); in si_pcie_gen3_enable()
|
D | cik.c | 9561 u16 bridge_cfg2, gpu_cfg2; in cik_pcie_gen3_enable() local 9597 pci_read_config_word(rdev->pdev, gpu_pos + PCI_EXP_LNKCTL2, &gpu_cfg2); in cik_pcie_gen3_enable() 9628 tmp16 |= (gpu_cfg2 & ((1 << 4) | (7 << 9))); in cik_pcie_gen3_enable()
|