Home
last modified time | relevance | path

Searched refs:PCI_EXP_LNKCTL_RL (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/pci/controller/cadence/
H A Dpcie-cadence-host.c140 lnk_ctl |= PCI_EXP_LNKCTL_RL; in cdns_pcie_retrain()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h558 #define PCI_EXP_LNKCTL_RL 0x0020 /* Retrain Link */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h559 #define PCI_EXP_LNKCTL_RL 0x0020 /* Retrain Link */ macro
/openbmc/linux/drivers/pci/controller/
H A Dpcie-altera.c618 linkctl |= PCI_EXP_LNKCTL_RL; in altera_pcie_retrain()
H A Dpcie-rockchip-host.c342 status |= PCI_EXP_LNKCTL_RL; in rockchip_pcie_host_init_port()
H A Dpci-aardvark.c918 if (new & PCI_EXP_LNKCTL_RL) in advk_pci_bridge_emul_pcie_conf_write()
H A Dpci-tegra.c2330 value |= PCI_EXP_LNKCTL_RL; in tegra_pcie_change_link_speed()
/openbmc/linux/drivers/pci/
H A Dpci.c5010 pcie_capability_set_word(pdev, PCI_EXP_LNKCTL, PCI_EXP_LNKCTL_RL); in pcie_retrain_link()
5017 pcie_capability_clear_word(pdev, PCI_EXP_LNKCTL, PCI_EXP_LNKCTL_RL); in pcie_retrain_link()
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-tegra194.c362 val |= PCI_EXP_LNKCTL_RL; in apply_bad_link_workaround()