Home
last modified time | relevance | path

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

/linux/drivers/pci/controller/
A Dpci-tegra.c2320 if ((value & PCI_EXP_LNKSTA_LT) == 0) in tegra_pcie_change_link_speed()
2326 if (value & PCI_EXP_LNKSTA_LT) in tegra_pcie_change_link_speed()
2339 if ((value & PCI_EXP_LNKSTA_LT) == 0) in tegra_pcie_change_link_speed()
2345 if (value & PCI_EXP_LNKSTA_LT) in tegra_pcie_change_link_speed()
A Dpci-aardvark.c866 ~(PCI_EXP_LNKSTA_LT << 16); in advk_pci_bridge_emul_pcie_conf_read()
868 val |= (PCI_EXP_LNKSTA_LT << 16); in advk_pci_bridge_emul_pcie_conf_read()
A Dpcie-altera.c576 if (!(reg16 & PCI_EXP_LNKSTA_LT)) in altera_wait_link_retrain()
/linux/drivers/pci/pcie/
A Daspm.c218 if (!(reg16 & PCI_EXP_LNKSTA_LT)) in pcie_retrain_link()
222 return !(reg16 & PCI_EXP_LNKSTA_LT); in pcie_retrain_link()
/linux/include/uapi/linux/
A Dpci_regs.h579 #define PCI_EXP_LNKSTA_LT 0x0800 /* Link Training */ macro
/linux/drivers/pci/hotplug/
A Dpciehp_hpc.c312 if ((lnk_status & PCI_EXP_LNKSTA_LT) || in pciehp_check_link_status()

Completed in 30 milliseconds