Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i386/
H A Dacpi-build.c1584 struct Aml *aml_pkg = aml_package(2); in build_dsdt() local
1587 aml_append(aml_pkg, aml_eisaid("PNP0A08")); in build_dsdt()
1588 aml_append(aml_pkg, aml_eisaid("PNP0A03")); in build_dsdt()
1589 aml_append(dev, aml_name_decl("_CID", aml_pkg)); in build_dsdt()