Home
last modified time | relevance | path

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

/dragonfly/sys/bus/pci/
H A Dpcireg.h794 #define PCIEM_SLOTCAP_PSN 0xfff80000 macro
/dragonfly/usr.sbin/pciconf/
H A Dcap.c462 printf(" slot %d", (cap & PCIEM_SLOTCAP_PSN) >> 19); in cap_express()