Home
last modified time | relevance | path

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

/freebsd/sys/dev/pci/
H A Dpcireg.h873 #define PCIEM_SLOT_CAP_PCP 0x00000002 macro
H A Dpci_pci.c951 if (sc->pcie_slot_cap & PCIEM_SLOT_CAP_PCP && in pcib_hotplug_inserted()
1012 if (sc->pcie_slot_cap & PCIEM_SLOT_CAP_PCP) { in pcib_pcie_hotplug_update()
1328 if (sc->pcie_slot_cap & PCIEM_SLOT_CAP_PCP) in pcib_setup_hotplug()
/freebsd/usr.sbin/pciconf/
H A Dcap.c678 if (cap & PCIEM_SLOT_CAP_PCP) in ea_prop_to_name()