Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci-host/
H A Dgpex-acpi.c35 Aml *dev_gsi = aml_device("L%.02X%X", bus_num, i); in acpi_dsdt_add_pci_route_table() local
36 aml_append(dev_gsi, aml_name_decl("_HID", aml_string("PNP0C0F"))); in acpi_dsdt_add_pci_route_table()
37 aml_append(dev_gsi, aml_name_decl("_UID", aml_int(i))); in acpi_dsdt_add_pci_route_table()
42 aml_append(dev_gsi, aml_name_decl("_PRS", crs)); in acpi_dsdt_add_pci_route_table()
47 aml_append(dev_gsi, aml_name_decl("_CRS", crs)); in acpi_dsdt_add_pci_route_table()
49 aml_append(dev_gsi, method); in acpi_dsdt_add_pci_route_table()
50 aml_append(scope, dev_gsi); in acpi_dsdt_add_pci_route_table()