Home
last modified time | relevance | path

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

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