Searched refs:PCI_EXP_LNKCTL2 (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/sys/dev/drm/amd/amdgpu/ |
| HD | cik.c | 1468 … pci_read_config_word(root, bridge_pos + PCI_EXP_LNKCTL2, &bridge_cfg2); in cik_pcie_gen3_enable() 1469 … pci_read_config_word(adev->pdev, gpu_pos + PCI_EXP_LNKCTL2, &gpu_cfg2); in cik_pcie_gen3_enable() 1493 … pci_read_config_word(root, bridge_pos + PCI_EXP_LNKCTL2, &tmp16); in cik_pcie_gen3_enable() 1496 … pci_write_config_word(root, bridge_pos + PCI_EXP_LNKCTL2, tmp16); in cik_pcie_gen3_enable() 1498 … pci_read_config_word(adev->pdev, gpu_pos + PCI_EXP_LNKCTL2, &tmp16); in cik_pcie_gen3_enable() 1501 … pci_write_config_word(adev->pdev, gpu_pos + PCI_EXP_LNKCTL2, tmp16); in cik_pcie_gen3_enable() 1516 pci_read_config_word(adev->pdev, gpu_pos + PCI_EXP_LNKCTL2, &tmp16); in cik_pcie_gen3_enable() 1524 pci_write_config_word(adev->pdev, gpu_pos + PCI_EXP_LNKCTL2, tmp16); in cik_pcie_gen3_enable()
|
| /dragonfly/sys/dev/drm/include/linux/ |
| HD | pci.h | 115 #define PCI_EXP_LNKCTL2 48 macro 500 case PCI_EXP_LNKCTL2: in pcie_capability_reg_implemented()
|
| /dragonfly/sys/dev/drm/radeon/ |
| HD | si.c | 7174 … pci_read_config_word(root, bridge_pos + PCI_EXP_LNKCTL2, &bridge_cfg2); in si_pcie_gen3_enable() 7175 … pci_read_config_word(rdev->pdev, gpu_pos + PCI_EXP_LNKCTL2, &gpu_cfg2); in si_pcie_gen3_enable() 7199 … pci_read_config_word(root, bridge_pos + PCI_EXP_LNKCTL2, &tmp16); in si_pcie_gen3_enable() 7202 … pci_write_config_word(root, bridge_pos + PCI_EXP_LNKCTL2, tmp16); in si_pcie_gen3_enable() 7204 … pci_read_config_word(rdev->pdev, gpu_pos + PCI_EXP_LNKCTL2, &tmp16); in si_pcie_gen3_enable() 7207 … pci_write_config_word(rdev->pdev, gpu_pos + PCI_EXP_LNKCTL2, tmp16); in si_pcie_gen3_enable() 7221 pci_read_config_word(rdev->pdev, gpu_pos + PCI_EXP_LNKCTL2, &tmp16); in si_pcie_gen3_enable() 7229 pci_write_config_word(rdev->pdev, gpu_pos + PCI_EXP_LNKCTL2, tmp16); in si_pcie_gen3_enable()
|
| HD | cik.c | 9561 … pci_read_config_word(root, bridge_pos + PCI_EXP_LNKCTL2, &bridge_cfg2); in cik_pcie_gen3_enable() 9562 … pci_read_config_word(rdev->pdev, gpu_pos + PCI_EXP_LNKCTL2, &gpu_cfg2); in cik_pcie_gen3_enable() 9586 … pci_read_config_word(root, bridge_pos + PCI_EXP_LNKCTL2, &tmp16); in cik_pcie_gen3_enable() 9589 … pci_write_config_word(root, bridge_pos + PCI_EXP_LNKCTL2, tmp16); in cik_pcie_gen3_enable() 9591 … pci_read_config_word(rdev->pdev, gpu_pos + PCI_EXP_LNKCTL2, &tmp16); in cik_pcie_gen3_enable() 9594 … pci_write_config_word(rdev->pdev, gpu_pos + PCI_EXP_LNKCTL2, tmp16); in cik_pcie_gen3_enable() 9608 pci_read_config_word(rdev->pdev, gpu_pos + PCI_EXP_LNKCTL2, &tmp16); in cik_pcie_gen3_enable() 9616 pci_write_config_word(rdev->pdev, gpu_pos + PCI_EXP_LNKCTL2, tmp16); in cik_pcie_gen3_enable()
|