Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/pci/
H A Dpcie_intel_fpga.c66 #define PCI_EXP_LNKSTA_DLLLA 0x2000 /* Data Link Layer Link Active */ macro
116 & PCI_EXP_LNKSTA_DLLLA); in intel_fpga_pcie_link_up()
/openbmc/linux/arch/powerpc/kernel/
H 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()
/openbmc/qemu/hw/pci/
H A Dpcie.c547 PCI_EXP_LNKSTA_DLLLA); in pcie_cap_slot_plug_cb()
563 PCI_EXP_LNKSTA_DLLLA); in pcie_cap_slot_plug_cb()
602 PCI_EXP_LNKSTA_DLLLA); in pcie_cap_slot_do_unplug()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfw_reset.c466 if (reg16 & PCI_EXP_LNKSTA_DLLLA) in mlx5_pci_link_toggle()
471 if (reg16 & PCI_EXP_LNKSTA_DLLLA) { in mlx5_pci_link_toggle()
/openbmc/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_pcie.c176 return link_status & PCI_EXP_LNKSTA_DLLLA; in ipc_pcie_check_data_link_active()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h581 #define PCI_EXP_LNKSTA_DLLLA 0x2000 /* Data Link Layer Link Active */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h582 #define PCI_EXP_LNKSTA_DLLLA 0x2000 /* Data Link Layer Link Active */ macro
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-qcom.c1168 return !!(val & PCI_EXP_LNKSTA_DLLLA); in qcom_pcie_link_up()
1382 if (!(status & PCI_EXP_LNKSTA_DLLLA)) in qcom_pcie_icc_update()
H A Dpcie-tegra194.c1048 return !!(val & PCI_EXP_LNKSTA_DLLLA); in tegra_pcie_dw_link_up()
/openbmc/linux/drivers/pci/hotplug/
H A Dpnv_php.c785 added = !!(lsts & PCI_EXP_LNKSTA_DLLLA); in pnv_php_interrupt()
H A Dpciehp_hpc.c244 ret = !!(lnk_status & PCI_EXP_LNKSTA_DLLLA); in pciehp_check_link_active()
/openbmc/linux/drivers/pci/controller/
H A Dpcie-altera.c146 return !!(readw(addr) & PCI_EXP_LNKSTA_DLLLA); in s10_altera_pcie_link_up()
H A Dpci-mvebu.c651 (PCI_EXP_LNKSTA_DLLLA << 16) : 0); in mvebu_pci_bridge_emul_pcie_conf_read()
H A Dpci-aardvark.c889 val |= (PCI_EXP_LNKSTA_DLLLA << 16); in advk_pci_bridge_emul_pcie_conf_read()
/openbmc/linux/drivers/pci/
H A Dpci.c4970 lnksta_mask = use_lt ? PCI_EXP_LNKSTA_LT : PCI_EXP_LNKSTA_DLLLA; in pcie_wait_for_link_status()
5213 if (!(status & PCI_EXP_LNKSTA_DLLLA)) in pci_bridge_wait_for_secondary_bus()
H A Dquirks.c99 if ((lnksta & (PCI_EXP_LNKSTA_LBMS | PCI_EXP_LNKSTA_DLLLA)) == in pcie_failed_link_retrain()
121 if ((lnksta & PCI_EXP_LNKSTA_DLLLA) && in pcie_failed_link_retrain()