Searched refs:if_uuid (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/acpi/ |
H A D | cxl.c | 248 if_uuid = aml_if( 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() 284 aml_append(if_uuid, aml_store(a_ctrl, aml_name("CDW3"))); in __build_cxl_osc_method() 299 aml_append(if_uuid, if_cxl); in __build_cxl_osc_method() 301 aml_append(if_uuid, aml_return(aml_arg(3))); in __build_cxl_osc_method() [all …]
|