Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/kernel/
Deeh_pe.c732 if (val & PCI_EXP_LNKSTA_DLLLA) in eeh_bridge_check_link()
736 if (val & PCI_EXP_LNKSTA_DLLLA) in eeh_bridge_check_link()
/linux-4.1.27/include/uapi/linux/
Dpci_regs.h506 #define PCI_EXP_LNKSTA_DLLLA 0x2000 /* Data Link Layer Link Active */ macro
/linux-4.1.27/drivers/pci/hotplug/
Dpciehp_hpc.c235 ret = !!(lnk_status & PCI_EXP_LNKSTA_DLLLA); in pciehp_check_link_active()