Home
last modified time | relevance | path

Searched defs:PCI_DEVFN (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/xen/pcifront/
H A Dpcifront.c586 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07)) macro
/freebsd/sys/dev/hyperv/pcib/
H A Dvmbus_pcib.c484 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07)) macro
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h94 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07)) macro