Home
last modified time | relevance | path

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

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