Searched refs:PCI_EXP_LNKSTA_DLLLA (Results 1 - 13 of 13) sorted by relevance

/linux-master/arch/powerpc/kernel/
H A Deeh_pe.c687 if (val & PCI_EXP_LNKSTA_DLLLA)
691 if (val & PCI_EXP_LNKSTA_DLLLA)
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfw_reset.c487 if (reg16 & PCI_EXP_LNKSTA_DLLLA)
492 if (reg16 & PCI_EXP_LNKSTA_DLLLA) {
/linux-master/drivers/net/wwan/iosm/
H A Diosm_ipc_pcie.c176 return link_status & PCI_EXP_LNKSTA_DLLLA;
/linux-master/drivers/pci/controller/dwc/
H A Dpcie-qcom.c1213 return !!(val & PCI_EXP_LNKSTA_DLLLA);
1443 if (!(status & PCI_EXP_LNKSTA_DLLLA))
H A Dpcie-tegra194.c1046 return !!(val & PCI_EXP_LNKSTA_DLLLA);
/linux-master/drivers/pci/controller/
H A Dpcie-altera.c146 return !!(readw(addr) & PCI_EXP_LNKSTA_DLLLA);
H A Dpci-mvebu.c651 (PCI_EXP_LNKSTA_DLLLA << 16) : 0);
H A Dpci-aardvark.c874 * But support for PCI_EXP_LNKSTA_DLLLA is emulated via ltssm
889 val |= (PCI_EXP_LNKSTA_DLLLA << 16);
/linux-master/drivers/pci/hotplug/
H A Dpnv_php.c787 added = !!(lsts & PCI_EXP_LNKSTA_DLLLA);
H A Dpciehp_hpc.c245 ret = !!(lnk_status & PCI_EXP_LNKSTA_DLLLA);
/linux-master/include/uapi/linux/
H A Dpci_regs.h582 #define PCI_EXP_LNKSTA_DLLLA 0x2000 /* Data Link Layer Link Active */ macro
/linux-master/drivers/pci/
H A Dpci.c4596 lnksta_mask = use_lt ? PCI_EXP_LNKSTA_LT : PCI_EXP_LNKSTA_DLLLA;
4831 if (!(status & PCI_EXP_LNKSTA_DLLLA))
H A Dquirks.c93 if ((lnksta & (PCI_EXP_LNKSTA_LBMS | PCI_EXP_LNKSTA_DLLLA)) ==
109 if ((lnksta & PCI_EXP_LNKSTA_DLLLA) &&

Completed in 460 milliseconds