Searched refs:aml_device (Results 1 – 22 of 22) sorted by relevance
| /openbmc/qemu/hw/pci-host/ |
| H A D | gpex-acpi.c | 35 Aml *dev_gsi = aml_device("L%.02X%X", bus_num, i); in acpi_dsdt_add_pci_route_table() 121 dev = aml_device("PC%.02X", bus_num); in acpi_dsdt_add_gpex() 163 dev = aml_device("%s", "PCI0"); in acpi_dsdt_add_gpex() 232 Aml *dev_res0 = aml_device("%s", "RES0"); in acpi_dsdt_add_gpex()
|
| /openbmc/qemu/hw/nvram/ |
| H A D | fw_cfg-acpi.c | 13 Aml *dev = aml_device("FWCF"); in fw_cfg_acpi_dsdt_add()
|
| /openbmc/qemu/hw/virtio/ |
| H A D | virtio-acpi.c | 19 Aml *dev = aml_device("VR%02u", (unsigned)i); in virtio_acpi_dsdt_add()
|
| /openbmc/qemu/hw/acpi/ |
| H A D | aml-build-stub.c | 44 Aml *aml_device(const char *name_format, ...) in aml_device() function
|
| H A D | ipmi.c | 79 dev = aml_device("MI%d", info.uuid); in build_ipmi_dev_aml()
|
| H A D | vmclock.c | 39 dev = aml_device("VCLK"); in vmclock_build_acpi()
|
| H A D | vmgenid.c | 54 dev = aml_device("VGEN"); in vmgenid_build_acpi()
|
| H A D | memory_hotplug.c | 346 mem_ctrl_dev = aml_device("%s", mhp_res_path); in build_memory_hotplug_aml() 374 dev_container = aml_device(MEMORY_DEVICES_CONTAINER); in build_memory_hotplug_aml() 661 dev = aml_device("MP%02X", i); in build_memory_hotplug_aml()
|
| H A D | cpu.c | 359 cpu_ctrl_dev = aml_device("%s", cphp_res_path); in build_cpus_aml() 424 cpus_dev = aml_device("\\_SB.CPUS"); in build_cpus_aml() 689 dev = aml_device(CPU_NAME_FMT, i); in build_cpus_aml()
|
| H A D | pcihp.c | 692 dev = aml_device("PHPR"); in build_append_pcihp_resources() 875 dev = aml_device("S%.02X", devfn); in build_append_pcihp_slots() 917 dev = aml_device("S%.02X", devfn); in build_append_pci_bus_devices()
|
| H A D | cpu_hotplug.c | 257 dev = aml_device("PCI0." stringify(CPU_HOTPLUG_RESOURCE_DEVICE)); in build_legacy_cpu_hotplug_aml()
|
| H A D | nvdimm.c | 1257 nvdimm_dev = aml_device("NV%02X", slot); in nvdimm_build_nvdimm_devices() 1384 dev = aml_device("NVDR"); in nvdimm_build_ssdt()
|
| /openbmc/qemu/hw/block/ |
| H A D | fdc-isa.c | 162 dev = aml_device("FLP%c", 'A' + idx); in build_fdinfo_aml() 258 dev = aml_device("FDC0"); in build_fdc_aml()
|
| /openbmc/qemu/hw/misc/ |
| H A D | pvpanic-isa.c | 70 Aml *dev = aml_device("PEVT"); in build_pvpanic_isa_aml()
|
| H A D | applesmc.c | 364 Aml *dev = aml_device("SMC"); in build_applesmc_aml()
|
| /openbmc/qemu/hw/usb/ |
| H A D | hcd-xhci-sysbus.c | 73 Aml *dev = aml_device("XHCI"); in xhci_sysbus_build_aml()
|
| /openbmc/qemu/hw/tpm/ |
| H A D | tpm_tis_isa.c | 147 dev = aml_device("TPM"); in build_tpm_tis_isa_aml()
|
| /openbmc/qemu/hw/char/ |
| H A D | serial-isa.c | 97 dev = aml_device("COM%d", isa->index + 1); in serial_isa_build_aml()
|
| H A D | parallel.c | 552 dev = aml_device("LPT%d", isa->index + 1); in parallel_isa_build_aml()
|
| /openbmc/qemu/hw/riscv/ |
| H A D | virt-acpi-build.c | 128 dev = aml_device("C%.03X", i); in acpi_dsdt_add_cpus() 155 Aml *dev = aml_device("IC%.02X", socket); in acpi_dsdt_add_plic_aplic() 172 Aml *dev = aml_device("COM0"); in acpi_dsdt_add_uart() 211 Aml *dev = aml_device("IMU0"); in acpi_dsdt_add_iommu_sys()
|
| /openbmc/qemu/hw/i386/ |
| H A D | fw_cfg.c | 228 Aml *dev = aml_device("FWCF"); in fw_cfg_add_acpi_dsdt()
|
| /openbmc/qemu/hw/input/ |
| H A D | pckbd.c | 918 kbd = aml_device("KBD"); in i8042_build_aml() 926 mou = aml_device("MOU"); in i8042_build_aml()
|