Home
last modified time | relevance | path

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

/freebsd/sys/dev/pci/
H A Dpci_pci.c1077 if ((sc->pcie_slot_sta & PCIEM_SLOT_STA_PDS) == 0) in pcib_hotplug_inserted()
1123 if ((sc->pcie_slot_sta & (PCIEM_SLOT_STA_PDC | PCIEM_SLOT_STA_PDS)) == in pcib_pcie_hotplug_update()
1222 } else if (old_slot_sta & PCIEM_SLOT_STA_PDS) { in pcib_pcie_intr_hotplug()
1239 sc->pcie_slot_sta & PCIEM_SLOT_STA_PDS ? "card present" : in pcib_pcie_intr_hotplug()
H A Dpcireg.h908 #define PCIEM_SLOT_STA_PDS 0x0040 macro
/freebsd/usr.sbin/pciconf/
H A Dcap.c672 printf(" HotPlug(%s)", sta & PCIEM_SLOT_STA_PDS ? "present" : in cap_express()