Home
last modified time | relevance | path

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

/freebsd/sys/dev/pci/
H A Dpcireg.h878 #define PCIEM_SLOT_CAP_HPC 0x00000040 macro
H A Dpci_pci.c845 if ((sc->pcie_slot_cap & PCIEM_SLOT_CAP_HPC) == 0) in pcib_probe_hotplug()
/freebsd/usr.sbin/pciconf/
H A Dcap.c671 if (cap & PCIEM_SLOT_CAP_HPC) in ea_prop_to_name()