Home
last modified time | relevance | path

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

/dragonfly/sys/bus/pci/
H A Dpcireg.h788 #define PCIEM_SLOTCAP_HP_CAP 0x00000040 /* Hot-Plug capable */ macro
H A Dpci.c2503 if (expr->expr_slotcap & PCIEM_SLOTCAP_HP_CAP) in pci_print_verbose_expr()
/dragonfly/usr.sbin/pciconf/
H A Dcap.c464 if (cap & PCIEM_SLOTCAP_HP_CAP) in cap_express()