Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/macppc/pci/
H A Du3.c72 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07)) macro
/netbsd-src/sys/external/bsd/drm2/include/linux/
H A Dpci.h120 #define PCI_DEVFN(DEV, FN) \ macro