Searched refs:if_caps_masked (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 274 if_caps_masked = aml_if(aml_lnot(aml_equal(aml_name("CDW3"), a_ctrl))); in __build_cxl_osc_method() 277 aml_append(if_caps_masked, aml_or(a_cdw1, aml_int(0x10), a_cdw1)); in __build_cxl_osc_method() 278 aml_append(if_uuid, if_caps_masked); in __build_cxl_osc_method()
|