Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/acpi/
H A Dpcihp.h43 #define ACPI_PCIHP_MAX_HOTPLUG_BUS 256 macro
47 AcpiPciHpPciStatus acpi_pcihp_pci_status[ACPI_PCIHP_MAX_HOTPLUG_BUS];
83 ACPI_PCIHP_MAX_HOTPLUG_BUS, \
/openbmc/qemu/hw/acpi/
H A Dpcihp.c63 if (local_err || bsel >= ACPI_PCIHP_MAX_HOTPLUG_BUS) { in acpi_pcihp_get_bsel()
260 for (i = 0; i < ACPI_PCIHP_MAX_HOTPLUG_BUS; ++i) { in acpi_pcihp_update()
398 if (bsel < 0 || bsel >= ACPI_PCIHP_MAX_HOTPLUG_BUS) { in pci_read()
454 if (s->hotplug_select >= ACPI_PCIHP_MAX_HOTPLUG_BUS) { in pci_write()
473 if (s->hotplug_select >= ACPI_PCIHP_MAX_HOTPLUG_BUS) { in pci_write()