Home
last modified time | relevance | path

Searched refs:subordinate (Results 1 – 4 of 4) sorted by relevance

/qemu/qapi/
H A Dpci.json61 # @subordinate: This is the highest number bus that resides below the
74 'data': {'number': 'int', 'secondary': 'int', 'subordinate': 'int',
/qemu/hw/pci/
H A Dpci-qmp-cmds.c79 info->bus->subordinate = dev->config[PCI_SUBORDINATE_BUS]; in qmp_query_pci_bridge()
H A Dpci-hmp-cmds.c60 dev->pci_bridge->bus->subordinate); in hmp_info_pci_device()
/qemu/hw/acpi/
H A Daml-build.c2468 uint8_t subordinate = dev->config[PCI_SUBORDINATE_BUS]; in build_crs() local
2469 if (subordinate > max_bus) { in build_crs()
2470 max_bus = subordinate; in build_crs()