Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/pci/
Dpcireg.h909 #define PCIEM_SLOT_STA_EIS 0x0080 macro
Dpci_pci.c1123 ei_engaged = (sc->pcie_slot_sta & PCIEM_SLOT_STA_EIS) != 0; in pcib_pcie_hotplug_update()
/freebsd-12-stable/usr.sbin/pciconf/
Dcap.c568 printf(" EI(%s)", sta & PCIEM_SLOT_STA_EIS ? "engaged" : in cap_express()