Lines Matching full:one
377 Aml *one = aml_int(1); in build_memory_hotplug_aml() local
477 ifctx = aml_if(aml_equal(ins_evt, one)); in build_memory_hotplug_aml()
482 aml_append(ifctx, aml_store(one, ins_evt)); in build_memory_hotplug_aml()
487 ifctx = aml_if(aml_equal(rm_evt, one)); in build_memory_hotplug_aml()
492 aml_append(ifctx, aml_store(one, rm_evt)); in build_memory_hotplug_aml()
497 aml_append(while_ctx, aml_add(idx, one, idx)); in build_memory_hotplug_aml()
501 aml_append(method, aml_return(one)); in build_memory_hotplug_aml()
514 ifctx = aml_if(aml_equal(slot_enabled, one)); in build_memory_hotplug_aml()
574 aml_append(ifctx, aml_add(maxh, one, maxh)); in build_memory_hotplug_aml()
577 ifctx = aml_if(aml_lless(maxl, one)); in build_memory_hotplug_aml()
579 aml_append(ifctx, aml_subtract(maxh, one, maxh)); in build_memory_hotplug_aml()
582 aml_append(method, aml_subtract(maxl, one, maxl)); in build_memory_hotplug_aml()
651 aml_append(method, aml_store(one, eject)); in build_memory_hotplug_aml()