Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/pci/controller/
Dpci-aardvark.c303 reg |= PCI_EXP_LNKCTL_RL; in advk_pcie_train_at_gen()
582 if (new & PCI_EXP_LNKCTL_RL) in advk_pci_bridge_emul_pcie_conf_write()
Dpcie-altera.c621 linkctl |= PCI_EXP_LNKCTL_RL; in altera_pcie_retrain()
Dpcie-rockchip-host.c348 status |= PCI_EXP_LNKCTL_RL; in rockchip_pcie_host_init_port()
Dpci-tegra.c2303 value |= PCI_EXP_LNKCTL_RL; in tegra_pcie_change_link_speed()
/Linux-v5.10/drivers/pci/pcie/
Daspm.c202 reg16 |= PCI_EXP_LNKCTL_RL; in pcie_retrain_link()
210 reg16 &= ~PCI_EXP_LNKCTL_RL; in pcie_retrain_link()
/Linux-v5.10/include/uapi/linux/
Dpci_regs.h551 #define PCI_EXP_LNKCTL_RL 0x0020 /* Retrain Link */ macro
/Linux-v5.10/drivers/pci/controller/dwc/
Dpcie-tegra194.c361 val |= PCI_EXP_LNKCTL_RL; in apply_bad_link_workaround()