Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dpci.h30 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07)) macro
/external/syslinux/gpxe/src/include/gpxe/
Dpci.h349 #define PCI_DEVFN( slot, func ) ( ( (slot) << 3 ) | (func) ) macro