Home
last modified time | relevance | path

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

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