Lines Matching refs:aml_store

362         aml_append(method, aml_store(pkg, params));  in aml_pci_device_dsm()
364 aml_store(aml_name("BSEL"), aml_index(params, aml_int(0)))); in aml_pci_device_dsm()
366 aml_store(aml_name("ASUN"), aml_index(params, aml_int(1)))); in aml_pci_device_dsm()
380 aml_append(ctx, aml_store(aml_buffer(1, byte_list), retvar)); in build_append_pci_dsm_func0_common()
419 aml_append(ifctx, aml_store(aml_int(caps), aml_index(ret, zero))); in aml_pci_edsm()
436 aml_append(ifctx, aml_store(pkg, ret)); in aml_pci_edsm()
445 aml_store(aml_derefof(aml_index(params, aml_int(0))), aidx)); in aml_pci_edsm()
446 aml_append(ifctx, aml_store(aidx, aml_index(ret, zero))); in aml_pci_edsm()
464 aml_append(method, aml_store(pkg, params)); in aml_pci_static_endpoint_dsm()
642 aml_append(method, aml_store(aml_int(bsel_val), aml_name("BNUM"))); in build_append_notfication_callback()
681 aml_append(ifctx, aml_store(zero, caps)); in aml_pci_pdsm()
683 aml_store(aml_call2("AIDX", bnum, sunum), acpi_index)); in aml_pci_pdsm()
704 aml_append(ifctx, aml_store(caps, aml_index(ret, zero))); in aml_pci_pdsm()
724 aml_append(ifctx, aml_store(pkg, ret)); in aml_pci_pdsm()
726 aml_append(ifctx, aml_store(aml_call2("AIDX", bnum, sunum), acpi_index)); in aml_pci_pdsm()
730 aml_append(ifctx, aml_store(acpi_index, aml_index(ret, zero))); in aml_pci_pdsm()
767 aml_append(if_ctx, aml_store(pkg, route)); in initialize_route()
789 aml_append(method, aml_store(aml_package(128), res)); in build_prt()
790 aml_append(method, aml_store(aml_int(0), pin)); in build_prt()
801 aml_store(aml_shiftright(pin, aml_int(2), NULL), slot)); in build_prt()
804 aml_store(aml_and(aml_add(pin, slot, NULL), aml_int(3), NULL), in build_prt()
818 aml_store(build_prt_entry("LNKS"), route)); in build_prt()
824 aml_store(build_prt_entry("LNKA"), route)); in build_prt()
837 aml_store(aml_or(aml_shiftleft(slot, aml_int(16)), aml_int(0xFFFF), in build_prt()
842 aml_store(aml_and(pin, aml_int(3), NULL), in build_prt()
845 aml_append(while_ctx, aml_store(route, aml_index(res, pin))); in build_prt()
880 aml_append(method, aml_store(aml_name("VEND"), id)); in build_hpet_aml()
881 aml_append(method, aml_store(aml_name("PRD"), period)); in build_hpet_aml()
921 aml_append(method, aml_store(aml_and(aml_name("STA"), aml_int(0xD), NULL), in build_vmbus_device_aml()
926 aml_append(method, aml_store(aml_or(aml_name("STA"), aml_int(0xF), NULL), in build_vmbus_device_aml()
964 aml_append(method, aml_store(aml_int(0), idx)); in build_dbg_aml()
968 aml_store(aml_derefof(aml_index(buf, idx)), aml_name("DBGB"))); in build_dbg_aml()
972 aml_append(method, aml_store(aml_int(0x0A), aml_name("DBGB"))); in build_dbg_aml()
1008 aml_append(method, aml_store(aml_name("PRRI"), reg)); in build_link_dev()
1063 aml_append(if_ctx, aml_store(aml_arg(0), aml_name("PRRI"))); in build_iqcr_method()
1067 aml_store(aml_and(aml_arg(0), aml_int(0xF), NULL), in build_iqcr_method()
1211 aml_append(method, aml_store(aml_arg(0), aml_name("PICF"))); in build_q35_pci0_int()
1337 aml_append(method, aml_store(aml_arg(0), aml_name("BNUM"))); in build_x86_acpi_pci_hotplug()
1339 aml_store(aml_shiftleft(aml_int(1), aml_arg(1)), aml_name("B0EJ"))); in build_x86_acpi_pci_hotplug()
1346 aml_append(method, aml_store(aml_arg(0), aml_name("BNUM"))); in build_x86_acpi_pci_hotplug()
1348 aml_store(aml_shiftleft(aml_int(1), aml_arg(1)), aml_name("PIDX"))); in build_x86_acpi_pci_hotplug()
1349 aml_append(method, aml_store(aml_name("PIDX"), aml_local(0))); in build_x86_acpi_pci_hotplug()
1376 aml_append(if_ctx, aml_store(aml_name("CDW3"), a_ctrl)); in build_q35_osc_method()
1397 aml_append(if_ctx, aml_store(a_ctrl, aml_name("CDW3"))); in build_q35_osc_method()