Home
last modified time | relevance | path

Searched refs:PCI_EXP_LNKSTA_DLLLA (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Dfw_reset.c293 if (reg16 & PCI_EXP_LNKSTA_DLLLA) in mlx5_pci_link_toggle()
298 if (reg16 & PCI_EXP_LNKSTA_DLLLA) { in mlx5_pci_link_toggle()
/linux/arch/powerpc/kernel/
A Deeh_pe.c687 if (val & PCI_EXP_LNKSTA_DLLLA) in eeh_bridge_check_link()
691 if (val & PCI_EXP_LNKSTA_DLLLA) in eeh_bridge_check_link()
/linux/drivers/net/wwan/iosm/
A Diosm_ipc_pcie.c176 return link_status & PCI_EXP_LNKSTA_DLLLA; in ipc_pcie_check_data_link_active()
/linux/include/uapi/linux/
A Dpci_regs.h581 #define PCI_EXP_LNKSTA_DLLLA 0x2000 /* Data Link Layer Link Active */ macro
/linux/drivers/pci/controller/
A Dpcie-altera.c147 return !!(readw(addr) & PCI_EXP_LNKSTA_DLLLA); in s10_altera_pcie_link_up()
A Dpci-aardvark.c870 val |= (PCI_EXP_LNKSTA_DLLLA << 16); in advk_pci_bridge_emul_pcie_conf_read()
/linux/drivers/pci/hotplug/
A Dpciehp_hpc.c242 ret = !!(lnk_status & PCI_EXP_LNKSTA_DLLLA); in pciehp_check_link_active()
A Dpnv_php.c785 added = !!(lsts & PCI_EXP_LNKSTA_DLLLA); in pnv_php_interrupt()
/linux/drivers/pci/controller/dwc/
A Dpcie-qcom.c1305 return !!(val & PCI_EXP_LNKSTA_DLLLA); in qcom_pcie_link_up()
A Dpcie-tegra194.c1006 return !!(val & PCI_EXP_LNKSTA_DLLLA); in tegra_pcie_dw_link_up()
/linux/drivers/pci/
A Dpci.c4864 ret = !!(lnk_status & PCI_EXP_LNKSTA_DLLLA); in pcie_wait_for_link_delay()

Completed in 42 milliseconds