/linux/drivers/gpu/drm/amd/amdgpu/ |
A D | cik.c | 1619 pcie_capability_read_word(root, PCI_EXP_LNKCTL2, in cik_pcie_gen3_enable() 1622 PCI_EXP_LNKCTL2, in cik_pcie_gen3_enable() 1653 pcie_capability_read_word(root, PCI_EXP_LNKCTL2, in cik_pcie_gen3_enable() 1661 PCI_EXP_LNKCTL2, in cik_pcie_gen3_enable() 1665 PCI_EXP_LNKCTL2, in cik_pcie_gen3_enable() 1673 PCI_EXP_LNKCTL2, in cik_pcie_gen3_enable() 1689 pcie_capability_read_word(adev->pdev, PCI_EXP_LNKCTL2, &tmp16); in cik_pcie_gen3_enable() 1698 pcie_capability_write_word(adev->pdev, PCI_EXP_LNKCTL2, tmp16); in cik_pcie_gen3_enable()
|
A D | si.c | 2318 pcie_capability_read_word(root, PCI_EXP_LNKCTL2, in si_pcie_gen3_enable() 2321 PCI_EXP_LNKCTL2, in si_pcie_gen3_enable() 2350 pcie_capability_read_word(root, PCI_EXP_LNKCTL2, in si_pcie_gen3_enable() 2358 PCI_EXP_LNKCTL2, in si_pcie_gen3_enable() 2362 PCI_EXP_LNKCTL2, in si_pcie_gen3_enable() 2370 PCI_EXP_LNKCTL2, in si_pcie_gen3_enable() 2384 pcie_capability_read_word(adev->pdev, PCI_EXP_LNKCTL2, &tmp16); in si_pcie_gen3_enable() 2393 pcie_capability_write_word(adev->pdev, PCI_EXP_LNKCTL2, tmp16); in si_pcie_gen3_enable()
|
/linux/drivers/infiniband/hw/hfi1/ |
A D | pcie.c | 1206 ret = pcie_capability_read_word(parent, PCI_EXP_LNKCTL2, &lnkctl2); in do_pcie_gen3_transition() 1222 PCI_EXP_LNKCTL2, lnkctl2); in do_pcie_gen3_transition() 1233 ret = pcie_capability_read_word(dd->pcidev, PCI_EXP_LNKCTL2, &lnkctl2); in do_pcie_gen3_transition() 1246 ret = pcie_capability_write_word(dd->pcidev, PCI_EXP_LNKCTL2, lnkctl2); in do_pcie_gen3_transition()
|
/linux/drivers/pci/controller/dwc/ |
A D | pcie-designware.c | 559 ctrl2 = dw_pcie_readl_dbi(pci, offset + PCI_EXP_LNKCTL2); in dw_pcie_link_set_max_speed() 582 dw_pcie_writel_dbi(pci, offset + PCI_EXP_LNKCTL2, ctrl2 | link_speed); in dw_pcie_link_set_max_speed()
|
A D | pcie-tegra194.c | 335 PCI_EXP_LNKCTL2); in apply_bad_link_workaround() 339 PCI_EXP_LNKCTL2, val); in apply_bad_link_workaround()
|
/linux/drivers/pci/controller/ |
A D | pcie-iproc.c | 817 IPROC_PCI_EXP_CAP + PCI_EXP_LNKCTL2, in iproc_pcie_check_link() 824 IPROC_PCI_EXP_CAP + PCI_EXP_LNKCTL2, in iproc_pcie_check_link()
|
A D | pcie-brcmstb.c | 412 u16 lnkctl2 = readw(pcie->base + BRCM_PCIE_CAP_REGS + PCI_EXP_LNKCTL2); in brcm_pcie_set_gen() 419 writew(lnkctl2, pcie->base + BRCM_PCIE_CAP_REGS + PCI_EXP_LNKCTL2); in brcm_pcie_set_gen()
|
A D | pci-aardvark.c | 409 reg = advk_readl(pcie, PCIE_CORE_PCIEXP_CAP + PCI_EXP_LNKCTL2); in advk_pcie_train_link() 417 advk_writel(pcie, reg, PCIE_CORE_PCIEXP_CAP + PCI_EXP_LNKCTL2); in advk_pcie_train_link()
|
/linux/drivers/pci/ |
A D | access.c | 389 case PCI_EXP_LNKCTL2: in pcie_capability_reg_implemented()
|
A D | pci.c | 1468 pcie_capability_read_word(dev, PCI_EXP_LNKCTL2, &cap[i++]); in pci_save_pcie_state() 1515 pcie_capability_write_word(dev, PCI_EXP_LNKCTL2, cap[i++]); in pci_restore_pcie_state()
|
A D | quirks.c | 5289 pcie_capability_read_word(pdev, PCI_EXP_LNKCTL2, &cap[i++]); in quirk_intel_qat_vf_cap()
|
/linux/include/uapi/linux/ |
A D | pci_regs.h | 683 #define PCI_EXP_LNKCTL2 48 /* Link Control 2 */ macro
|
/linux/drivers/gpu/drm/radeon/ |
A D | si.c | 7174 pcie_capability_read_word(root, PCI_EXP_LNKCTL2, in si_pcie_gen3_enable() 7177 PCI_EXP_LNKCTL2, in si_pcie_gen3_enable() 7209 pcie_capability_read_word(root, PCI_EXP_LNKCTL2, in si_pcie_gen3_enable() 7217 PCI_EXP_LNKCTL2, in si_pcie_gen3_enable() 7221 PCI_EXP_LNKCTL2, in si_pcie_gen3_enable() 7229 PCI_EXP_LNKCTL2, in si_pcie_gen3_enable() 7244 pcie_capability_read_word(rdev->pdev, PCI_EXP_LNKCTL2, &tmp16); in si_pcie_gen3_enable() 7252 pcie_capability_write_word(rdev->pdev, PCI_EXP_LNKCTL2, tmp16); in si_pcie_gen3_enable()
|
A D | cik.c | 9577 pcie_capability_read_word(root, PCI_EXP_LNKCTL2, in cik_pcie_gen3_enable() 9580 PCI_EXP_LNKCTL2, in cik_pcie_gen3_enable() 9611 pcie_capability_read_word(root, PCI_EXP_LNKCTL2, in cik_pcie_gen3_enable() 9619 PCI_EXP_LNKCTL2, in cik_pcie_gen3_enable() 9623 PCI_EXP_LNKCTL2, in cik_pcie_gen3_enable() 9631 PCI_EXP_LNKCTL2, in cik_pcie_gen3_enable() 9646 pcie_capability_read_word(rdev->pdev, PCI_EXP_LNKCTL2, &tmp16); in cik_pcie_gen3_enable() 9654 pcie_capability_write_word(rdev->pdev, PCI_EXP_LNKCTL2, tmp16); in cik_pcie_gen3_enable()
|