Home
last modified time | relevance | path

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

/openbmc/qemu/hw/acpi/
H A Dpcihp.c60 uint64_t bsel = object_property_get_uint(OBJECT(bus), ACPI_PCIHP_PROP_BSEL, in acpi_pcihp_get_bsel()
92 object_property_add_uint32_ptr(OBJECT(bus), ACPI_PCIHP_PROP_BSEL, in acpi_set_bsel()
280 ACPI_PCIHP_PROP_BSEL "' set"); in acpi_pcihp_device_pre_plug_cb()
350 ACPI_PCIHP_PROP_BSEL "' set"); in acpi_pcihp_device_unplug_request_cb()
H A Dpci-bridge.c33 if (object_property_find(OBJECT(sec_bus), ACPI_PCIHP_PROP_BSEL)) { in build_pci_bridge_aml()
/openbmc/qemu/include/hw/acpi/
H A Dpcihp.h42 #define ACPI_PCIHP_PROP_BSEL "acpi-pcihp-bsel" macro
/openbmc/qemu/hw/i386/
H A Dacpi-build.c527 ACPI_PCIHP_PROP_BSEL, NULL); in build_append_pcihp_slots()
638 bsel = object_property_get_qobject(OBJECT(bus), ACPI_PCIHP_PROP_BSEL, NULL); in build_append_notfication_callback()
1786 if (object_property_find(OBJECT(pbus), ACPI_PCIHP_PROP_BSEL)) { in build_dsdt()