Home
last modified time | relevance | path

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

/linux/drivers/pci/controller/cadence/
A Dpcie-cadence-host.c92 if (!(lnk_stat & PCI_EXP_LNKSTA_LT)) in cdns_pcie_host_training_complete()
97 if (!(lnk_stat & PCI_EXP_LNKSTA_LT)) in cdns_pcie_host_training_complete()
/linux/drivers/pci/controller/
A Dpci-tegra.c2312 if ((value & PCI_EXP_LNKSTA_LT) == 0) in tegra_pcie_change_link_speed()
2318 if (value & PCI_EXP_LNKSTA_LT) in tegra_pcie_change_link_speed()
2331 if ((value & PCI_EXP_LNKSTA_LT) == 0) in tegra_pcie_change_link_speed()
2337 if (value & PCI_EXP_LNKSTA_LT) in tegra_pcie_change_link_speed()
A Dpcie-altera.c572 if (!(reg16 & PCI_EXP_LNKSTA_LT)) in altera_wait_link_retrain()
A Dpci-aardvark.c884 ~(PCI_EXP_LNKSTA_LT << 16); in advk_pci_bridge_emul_pcie_conf_read()
886 val |= (PCI_EXP_LNKSTA_LT << 16); in advk_pci_bridge_emul_pcie_conf_read()
/linux/include/uapi/linux/
A Dpci_regs.h580 #define PCI_EXP_LNKSTA_LT 0x0800 /* Link Training */ macro
/linux/drivers/pci/hotplug/
A Dpciehp_hpc.c315 if ((lnk_status & PCI_EXP_LNKSTA_LT) || in pciehp_check_link_status()
/linux/drivers/pci/
A Dpci.c4689 lnksta_mask = use_lt ? PCI_EXP_LNKSTA_LT : PCI_EXP_LNKSTA_DLLLA; in pcie_wait_for_link_status()

Completed in 37 milliseconds