Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/pci/
Dpcireg.h870 #define PCIEM_SLOT_CAP_PCP 0x00000002 macro
Dpci_pci.c1107 if (sc->pcie_slot_cap & PCIEM_SLOT_CAP_PCP) { in pcib_pcie_hotplug_update()
1396 if (sc->pcie_slot_cap & PCIEM_SLOT_CAP_PCP) in pcib_setup_hotplug()
/freebsd-12-stable/usr.sbin/pciconf/
Dcap.c562 if (cap & PCIEM_SLOT_CAP_PCP) in cap_express()