Searched refs:PCI_EXP_LNKSTA_DLLLA (Results 1 – 13 of 13) sorted by relevance
687 if (val & PCI_EXP_LNKSTA_DLLLA) in eeh_bridge_check_link()691 if (val & PCI_EXP_LNKSTA_DLLLA) in eeh_bridge_check_link()
510 if (reg16 & PCI_EXP_LNKSTA_DLLLA) in mlx5_pci_link_toggle()515 if (reg16 & PCI_EXP_LNKSTA_DLLLA) { in mlx5_pci_link_toggle()
178 return link_status & PCI_EXP_LNKSTA_DLLLA; in ipc_pcie_check_data_link_active()
192 return !!(readw(addr) & PCI_EXP_LNKSTA_DLLLA); in s10_altera_pcie_link_up()201 return (readw_relaxed(addr) & PCI_EXP_LNKSTA_DLLLA); in aglx_altera_pcie_link_up()
651 (PCI_EXP_LNKSTA_DLLLA << 16) : 0); in mvebu_pci_bridge_emul_pcie_conf_read()
888 val |= (PCI_EXP_LNKSTA_DLLLA << 16); in advk_pci_bridge_emul_pcie_conf_read()
584 #define PCI_EXP_LNKSTA_DLLLA 0x2000 /* Data Link Layer Link Active */ macro
786 added = !!(lsts & PCI_EXP_LNKSTA_DLLLA); in pnv_php_interrupt()
245 ret = !!(lnk_status & PCI_EXP_LNKSTA_DLLLA); in pciehp_check_link_active()
1229 return !!(val & PCI_EXP_LNKSTA_DLLLA); in qcom_pcie_link_up()1489 if (!(status & PCI_EXP_LNKSTA_DLLLA)) in qcom_pcie_icc_opp_update()
1035 return !!(val & PCI_EXP_LNKSTA_DLLLA); in tegra_pcie_dw_link_up()
4702 lnksta_mask = use_lt ? PCI_EXP_LNKSTA_LT : PCI_EXP_LNKSTA_DLLLA; in pcie_wait_for_link_status()4946 if (!(status & PCI_EXP_LNKSTA_DLLLA)) in pci_bridge_wait_for_secondary_bus()
114 if (!(lnksta & PCI_EXP_LNKSTA_DLLLA) && pcie_lbms_seen(dev, lnksta)) { in pcie_failed_link_retrain()130 if ((lnksta & PCI_EXP_LNKSTA_DLLLA) && in pcie_failed_link_retrain()