Home
last modified time | relevance | path

Searched refs:PCIEM_LINK_STA_DL_ACTIVE (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/pci/
H A Dpci_pci.c994 (link_sta & PCIEM_LINK_STA_DL_ACTIVE) != 0) { in pcib_probe_hotplug()
1105 if (!(sc->pcie_link_sta & PCIEM_LINK_STA_DL_ACTIVE)) in pcib_hotplug_present()
1170 !(sc->pcie_link_sta & PCIEM_LINK_STA_DL_ACTIVE) && in pcib_pcie_hotplug_update()
1179 } else if (sc->pcie_link_sta & PCIEM_LINK_STA_DL_ACTIVE) in pcib_pcie_hotplug_update()
1248 sc->pcie_link_sta & PCIEM_LINK_STA_DL_ACTIVE ? in pcib_pcie_intr_hotplug()
1322 if (!(sta & PCIEM_LINK_STA_DL_ACTIVE)) { in pcib_pcie_dll_timeout()
H A Dpcireg.h865 #define PCIEM_LINK_STA_DL_ACTIVE 0x2000 macro