Home
last modified time | relevance | path

Searched refs:PCI_BUS_IS_ROOT (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/pci/
H A Dpci_bus.h24 PCI_BUS_IS_ROOT = 0x0001, enumerator
67 return !!(bus->flags & PCI_BUS_IS_ROOT); in pci_bus_is_root()
/openbmc/qemu/hw/pci/
H A Dpci.c532 bus->flags |= PCI_BUS_IS_ROOT; in pci_root_bus_internal_init()