Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dpci_regs.h570 #define PCI_EXP_LNKCTL_RL 0x0020 /* Retrain Link */ macro
/linux/drivers/pci/controller/
H A Dpcie-rockchip-ep.c522 status |= PCI_EXP_LNKCTL_RL; in rockchip_pcie_ep_retrain_link()
H A Dpcie-rockchip-host.c341 status |= PCI_EXP_LNKCTL_RL; in rockchip_pcie_host_init_port()
H A Dpcie-altera.c778 linkctl |= PCI_EXP_LNKCTL_RL; in altera_pcie_retrain()
H A Dpci-aardvark.c917 if (new & PCI_EXP_LNKCTL_RL) in advk_pci_bridge_emul_pcie_conf_write()
/linux/drivers/pci/
H A Dpci.c4556 pcie_capability_set_word(pdev, PCI_EXP_LNKCTL, PCI_EXP_LNKCTL_RL); in pcie_retrain_link()
4563 pcie_capability_clear_word(pdev, PCI_EXP_LNKCTL, PCI_EXP_LNKCTL_RL); in pcie_retrain_link()