Searched refs:ifctx3 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/acpi/ |
H A D | tpm.c | 25 Aml *method, *field, *ifctx, *ifctx2, *ifctx3, *func_mask, in tpm_build_ppi_acpi() local 170 ifctx3 = aml_if( in tpm_build_ppi_acpi() 176 aml_append(ifctx3, aml_return(one)); in tpm_build_ppi_acpi() 178 aml_append(ifctx2, ifctx3); in tpm_build_ppi_acpi() 210 ifctx3 = aml_if(aml_equal(rev, one)); in tpm_build_ppi_acpi() 213 aml_append(ifctx3, in tpm_build_ppi_acpi() 215 aml_append(ifctx3, aml_return(tpm2)); in tpm_build_ppi_acpi() 217 aml_append(ifctx2, ifctx3); in tpm_build_ppi_acpi() 223 ifctx3 = aml_if(aml_equal(rev, aml_int(2))); in tpm_build_ppi_acpi() 226 aml_append(ifctx3, in tpm_build_ppi_acpi() [all …]
|