Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/pci/
HDpcireg.h906 #define PCIEM_SLOT_STA_PDS 0x0040 macro
HDpci_pci.c1031 if ((sc->pcie_slot_sta & PCIEM_SLOT_STA_PDS) == 0) in pcib_hotplug_inserted()
1080 if ((sc->pcie_slot_sta & (PCIEM_SLOT_STA_PDC | PCIEM_SLOT_STA_PDS)) == in pcib_pcie_hotplug_update()
1189 sc->pcie_slot_sta & PCIEM_SLOT_STA_PDS ? "card present" : in pcib_pcie_intr()
/freebsd-11-stable/usr.sbin/pciconf/
HDcap.c523 printf(" HotPlug(%s)", sta & PCIEM_SLOT_STA_PDS ? "present" : in cap_express()