Home | History | Annotate | Download | only in acpiexec

Lines Matching defs:Value

187     Arg[0].Integer.Value = ACPI_TO_INTEGER (RegionAddr);
349 PkgElements[0].Integer.Value = 0x22228888;
366 Pkg2Elements[0].Integer.Value = 0xAAAABBBB;
454 "Return value from _OSI method too small, %.8X\n",
467 if (Obj->Integer.Value != ExpectedResult)
470 "Invalid return value from _OSI, expected %8.8X%8.8X found %8.8X%8.8X\n",
472 ACPI_FORMAT_UINT64 (Obj->Integer.Value));
506 UINT64 Value;
514 Status = AcpiRead (&Value, &GenericRegister);
517 Status = AcpiWrite (Value, &GenericRegister);
524 Status = AcpiRead (&Value, &GenericRegister);
527 Status = AcpiWrite (Value, &GenericRegister);