Searched refs:PCI_EXP_LNKSTA_LT (Results 1 – 8 of 8) sorted by relevance
92 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()
2318 if ((value & PCI_EXP_LNKSTA_LT) == 0) in tegra_pcie_change_link_speed()2324 if (value & PCI_EXP_LNKSTA_LT) in tegra_pcie_change_link_speed()2337 if ((value & PCI_EXP_LNKSTA_LT) == 0) in tegra_pcie_change_link_speed()2343 if (value & PCI_EXP_LNKSTA_LT) in tegra_pcie_change_link_speed()
573 if (!(reg16 & PCI_EXP_LNKSTA_LT)) in altera_wait_link_retrain()
885 ~(PCI_EXP_LNKSTA_LT << 16); in advk_pci_bridge_emul_pcie_conf_read()887 val |= (PCI_EXP_LNKSTA_LT << 16); in advk_pci_bridge_emul_pcie_conf_read()
579 #define PCI_EXP_LNKSTA_LT 0x0800 /* Link Training */ macro
580 #define PCI_EXP_LNKSTA_LT 0x0800 /* Link Training */ macro
314 if ((lnk_status & PCI_EXP_LNKSTA_LT) || in pciehp_check_link_status()
4970 lnksta_mask = use_lt ? PCI_EXP_LNKSTA_LT : PCI_EXP_LNKSTA_DLLLA; in pcie_wait_for_link_status()