Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/kernel/
A Deeh_pe.c688 if (val & PCI_EXP_LNKSTA_DLLLA) in eeh_bridge_check_link()
692 if (val & PCI_EXP_LNKSTA_DLLLA) in eeh_bridge_check_link()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Dfw_reset.c363 if (reg16 & PCI_EXP_LNKSTA_DLLLA) in mlx5_pci_link_toggle()
368 if (reg16 & PCI_EXP_LNKSTA_DLLLA) { in mlx5_pci_link_toggle()
/linux-6.3-rc2/drivers/net/wwan/iosm/
A Diosm_ipc_pcie.c176 return link_status & PCI_EXP_LNKSTA_DLLLA; in ipc_pcie_check_data_link_active()
/linux-6.3-rc2/include/uapi/linux/
A Dpci_regs.h581 #define PCI_EXP_LNKSTA_DLLLA 0x2000 /* Data Link Layer Link Active */ macro
/linux-6.3-rc2/drivers/pci/controller/
A Dpcie-altera.c147 return !!(readw(addr) & PCI_EXP_LNKSTA_DLLLA); in s10_altera_pcie_link_up()
A Dpci-mvebu.c652 (PCI_EXP_LNKSTA_DLLLA << 16) : 0); in mvebu_pci_bridge_emul_pcie_conf_read()
A Dpci-aardvark.c889 val |= (PCI_EXP_LNKSTA_DLLLA << 16); in advk_pci_bridge_emul_pcie_conf_read()
/linux-6.3-rc2/drivers/pci/hotplug/
A Dpnv_php.c786 added = !!(lsts & PCI_EXP_LNKSTA_DLLLA); in pnv_php_interrupt()
A Dpciehp_hpc.c244 ret = !!(lnk_status & PCI_EXP_LNKSTA_DLLLA); in pciehp_check_link_active()
/linux-6.3-rc2/drivers/pci/controller/dwc/
A Dpcie-qcom.c1417 return !!(val & PCI_EXP_LNKSTA_DLLLA); in qcom_pcie_link_up()
1700 if (!(status & PCI_EXP_LNKSTA_DLLLA)) in qcom_pcie_icc_update()
A Dpcie-tegra194.c1035 return !!(val & PCI_EXP_LNKSTA_DLLLA); in tegra_pcie_dw_link_up()
/linux-6.3-rc2/drivers/pci/
A Dpci.c4889 ret = !!(lnk_status & PCI_EXP_LNKSTA_DLLLA); in pcie_wait_for_link_delay()

Completed in 47 milliseconds