Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci-host/
H A Dgpex-acpi.c55 Aml *method, *UUID, *ifctx, *ifctx1, *elsectx, *buf; in acpi_dsdt_add_pci_osc() local
86 ifctx1 = aml_if(aml_lnot(aml_equal(aml_arg(1), aml_int(0x1)))); in acpi_dsdt_add_pci_osc()
87 aml_append(ifctx1, aml_or(aml_name("CDW1"), aml_int(0x08), in acpi_dsdt_add_pci_osc()
89 aml_append(ifctx, ifctx1); in acpi_dsdt_add_pci_osc()
91 ifctx1 = aml_if(aml_lnot(aml_equal(aml_name("CDW3"), aml_name("CTRL")))); in acpi_dsdt_add_pci_osc()
92 aml_append(ifctx1, aml_or(aml_name("CDW1"), aml_int(0x10), in acpi_dsdt_add_pci_osc()
94 aml_append(ifctx, ifctx1); in acpi_dsdt_add_pci_osc()
116 ifctx1 = aml_if(aml_equal(aml_arg(2), aml_int(0))); in acpi_dsdt_add_pci_osc()
119 aml_append(ifctx1, aml_return(buf)); in acpi_dsdt_add_pci_osc()
120 aml_append(ifctx, ifctx1); in acpi_dsdt_add_pci_osc()
/openbmc/qemu/hw/i386/
H A Dacpi-build.c366 Aml *UUID, *ifctx1; in build_append_pci_dsm_func0_common() local
378 aml_append(ifctx1, aml_return(retvar)); in build_append_pci_dsm_func0_common()
380 aml_append(ctx, ifctx1); in build_append_pci_dsm_func0_common()
382 ifctx1 = aml_if(aml_lless(aml_arg(1), aml_int(2))); in build_append_pci_dsm_func0_common()
385 aml_append(ifctx1, aml_return(retvar)); in build_append_pci_dsm_func0_common()
387 aml_append(ctx, ifctx1); in build_append_pci_dsm_func0_common()
652 Aml *method, *ifctx, *ifctx1; in aml_pci_pdsm() local
680 ifctx1 = aml_if(aml_lnot( in aml_pci_pdsm()
686 aml_append(ifctx1, aml_or(caps, one, caps)); in aml_pci_pdsm()
688 aml_append(ifctx1, in aml_pci_pdsm()
[all …]