Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dpci.h31 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07)) macro
/openbmc/qemu/include/hw/pci/
H A Dpci.h14 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07)) macro
/openbmc/u-boot/include/
H A Dpci.h514 #define PCI_DEVFN(d, f) ((d) << 11 | (f) << 8) macro