Home
last modified time | relevance | path

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

/openbmc/qemu/hw/acpi/
H A Dcxl.c227 Aml *method, *if_uuid, *else_uuid, *if_arg1_not_1, *if_cxl, *if_caps_masked; in __build_cxl_osc_method() local
287 if_cxl = aml_if(aml_equal( in __build_cxl_osc_method()
290 aml_append(if_cxl, aml_create_dword_field(aml_arg(3), aml_int(12), "CDW4")); in __build_cxl_osc_method()
292 aml_append(if_cxl, aml_create_dword_field(aml_arg(3), aml_int(16), "CDW5")); in __build_cxl_osc_method()
293 aml_append(if_cxl, aml_store(aml_name("CDW4"), aml_name("SUPC"))); in __build_cxl_osc_method()
294 aml_append(if_cxl, aml_store(aml_name("CDW5"), aml_name("CTRC"))); in __build_cxl_osc_method()
297 aml_append(if_cxl, in __build_cxl_osc_method()
299 aml_append(if_uuid, if_cxl); in __build_cxl_osc_method()