Searched defs:PCI_BUS_NUM (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/hw/pci/ | ||
H A D | pci.h | 16 #define PCI_BUS_NUM(x) (((x) >> 8) & 0xff) macro |
/openbmc/linux/include/linux/ | ||
H A D | pci.h | 73 #define PCI_BUS_NUM(x) (((x) >> 8) & 0xff) macro |