Home
last modified time | relevance | path

Searched defs:PCI_SLOT (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/hyperv/pcib/
H A Dvmbus_pcib.c485 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f) macro
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h97 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f) macro