Searched refs:a_ctrl (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/acpi/ |
H A D | cxl.c | 228 Aml *a_ctrl = aml_local(0); in __build_cxl_osc_method() local 256 aml_append(if_uuid, aml_store(aml_name("CDW3"), a_ctrl)); in __build_cxl_osc_method() 263 aml_append(if_uuid, aml_and(a_ctrl, aml_int(0x1F), a_ctrl)); in __build_cxl_osc_method() 274 if_caps_masked = aml_if(aml_lnot(aml_equal(aml_name("CDW3"), a_ctrl))); in __build_cxl_osc_method() 284 aml_append(if_uuid, aml_store(a_ctrl, aml_name("CDW3"))); in __build_cxl_osc_method()
|
/openbmc/qemu/hw/i386/ |
H A D | acpi-build.c | 1292 Aml *a_ctrl = aml_local(0); in build_q35_osc_method() local 1302 aml_append(if_ctx, aml_store(aml_name("CDW3"), a_ctrl)); in build_q35_osc_method() 1309 aml_append(if_ctx, aml_and(a_ctrl, in build_q35_osc_method() 1310 aml_int(0x1E | (enable_native_pcie_hotplug ? 0x1 : 0x0)), a_ctrl)); in build_q35_osc_method() 1317 if_ctx2 = aml_if(aml_lnot(aml_equal(aml_name("CDW3"), a_ctrl))); in build_q35_osc_method() 1323 aml_append(if_ctx, aml_store(a_ctrl, aml_name("CDW3"))); in build_q35_osc_method()
|