Home
last modified time | relevance | path

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

/linux-6.15/drivers/pci/controller/cadence/
H 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-6.15/drivers/pci/controller/
H A Dpci-tegra.c2288 if ((value & PCI_EXP_LNKSTA_LT) == 0) in tegra_pcie_change_link_speed()
2294 if (value & PCI_EXP_LNKSTA_LT) in tegra_pcie_change_link_speed()
2307 if ((value & PCI_EXP_LNKSTA_LT) == 0) in tegra_pcie_change_link_speed()
2313 if (value & PCI_EXP_LNKSTA_LT) in tegra_pcie_change_link_speed()
H 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()
H A Dpcie-altera.c733 if (!(reg16 & PCI_EXP_LNKSTA_LT)) in altera_wait_link_retrain()
/linux-6.15/include/uapi/linux/
H A Dpci_regs.h582 #define PCI_EXP_LNKSTA_LT 0x0800 /* Link Training */ macro
/linux-6.15/drivers/pci/hotplug/
H A Dpciehp_hpc.c315 if ((lnk_status & PCI_EXP_LNKSTA_LT) || in pciehp_check_link_status()
/linux-6.15/drivers/pci/
H A Dpci.c4702 lnksta_mask = use_lt ? PCI_EXP_LNKSTA_LT : PCI_EXP_LNKSTA_DLLLA; in pcie_wait_for_link_status()