Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/pci/
H A Dpci.h16 #define PCI_BUS_NUM(x) (((x) >> 8) & 0xff) macro
/openbmc/linux/include/linux/
H A Dpci.h73 #define PCI_BUS_NUM(x) (((x) >> 8) & 0xff) macro