Searched refs:if_uuid (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/acpi/ |
H A D | cxl.c | 227 Aml *method, *if_uuid, *else_uuid, *if_arg1_not_1, *if_cxl, *if_caps_masked; in __build_cxl_osc_method() local 248 if_uuid = aml_if( in __build_cxl_osc_method() 253 aml_append(if_uuid, aml_create_dword_field(aml_arg(3), aml_int(4), "CDW2")); in __build_cxl_osc_method() 254 aml_append(if_uuid, aml_create_dword_field(aml_arg(3), aml_int(8), "CDW3")); in __build_cxl_osc_method() 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() 272 aml_append(if_uuid, if_arg1_not_1); in __build_cxl_osc_method() 278 aml_append(if_uuid, if_caps_masked); in __build_cxl_osc_method() 280 aml_append(if_uuid, aml_store(aml_name("CDW2"), aml_name("SUPP"))); in __build_cxl_osc_method() 281 aml_append(if_uuid, aml_store(aml_name("CDW3"), aml_name("CTRL"))); in __build_cxl_osc_method() [all …]
|