Searched defs:PCI_FUNC (Results 1 – 2 of 2) sorted by relevance
| /openbmc/qemu/include/hw/pci/ | ||
| H A D | pci.h | 18 #define PCI_FUNC(devfn) ((devfn) & 0x07) macro |
| /openbmc/u-boot/include/ | ||
| H A D | pci.h | 513 #define PCI_FUNC(d) (((d) >> 8) & 0x7) macro |