Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/kernel/
Deeh_pe.c754 if (val & PCI_EXP_LNKSTA_DLLLA) in eeh_bridge_check_link()
758 if (val & PCI_EXP_LNKSTA_DLLLA) in eeh_bridge_check_link()
/linux-4.4.14/include/uapi/linux/
Dpci_regs.h547 #define PCI_EXP_LNKSTA_DLLLA 0x2000 /* Data Link Layer Link Active */ macro
/linux-4.4.14/drivers/pci/hotplug/
Dpciehp_hpc.c243 ret = !!(lnk_status & PCI_EXP_LNKSTA_DLLLA); in pciehp_check_link_active()