Lines Matching refs:if_uuid
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()
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()
302 aml_append(method, if_uuid); in __build_cxl_osc_method()