Home
last modified time | relevance | path

Searched refs:keep_pci_slot_hpc (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/acpi/
H A Dich9.h60 bool keep_pci_slot_hpc; member
/openbmc/qemu/hw/acpi/
H A Dich9.c418 return s->pm.keep_pci_slot_hpc; in ich9_pm_get_keep_pci_slot_hpc()
425 s->pm.keep_pci_slot_hpc = value; in ich9_pm_set_keep_pci_slot_hpc()
437 pm->keep_pci_slot_hpc = true; in ich9_pm_add_properties()
/openbmc/qemu/hw/i386/
H A Dpc_q35.c145 bool keep_pci_slot_hpc; in pc_q35_init() local
257 keep_pci_slot_hpc = object_property_get_bool(OBJECT(lpc), in pc_q35_init()
261 if (!keep_pci_slot_hpc && acpi_pcihp) { in pc_q35_init()