Lines Matching defs:Value64
375 UINT64 Value64;
410 Value64 = 0;
419 &Value64, AccessWidth);
426 Value64 = (UINT64) Value32;
435 ACPI_MASK_BITS_ABOVE_64 (AccessWidth), Value64);
473 UINT64 Value64;
506 Value64 = ACPI_GET_BITS (&Value, Index * AccessWidth,
519 Value64, AccessWidth);
525 (UINT32) Value64, AccessWidth);
687 UINT64 Value64;
726 Status = AcpiHwRead (&Value64, &AcpiGbl_FADT.XPm2ControlBlock);
729 Value = (UINT32) Value64;
735 Status = AcpiHwRead (&Value64, &AcpiGbl_FADT.XPmTimerBlock);
738 Value = (UINT32) Value64;
921 UINT64 Value64;
927 Status = AcpiHwRead (&Value64, RegisterA);
932 ValueA = (UINT32) Value64;
938 Status = AcpiHwRead (&Value64, RegisterB);
943 ValueB = (UINT32) Value64;