Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/pci/
HDpci_pci.c1080 if ((sc->pcie_slot_sta & (PCIEM_SLOT_STA_PDC | PCIEM_SLOT_STA_PDS)) == in pcib_pcie_hotplug_update()
1081 PCIEM_SLOT_STA_PDC) in pcib_pcie_hotplug_update()
1128 (PCIEM_SLOT_STA_MRLSC | PCIEM_SLOT_STA_PDC)) { in pcib_pcie_hotplug_update()
1187 if (bootverbose && sc->pcie_slot_sta & PCIEM_SLOT_STA_PDC) in pcib_pcie_intr()
HDpcireg.h903 #define PCIEM_SLOT_STA_PDC 0x0008 macro