HomeSort by relevance Sort by last modified time
    Searched defs:CompareValue (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/ArmPkg/Drivers/TimerDxe/
TimerDxe.c 301 UINT64 CompareValue;
327 CompareValue = ArmGenericTimerGetCompareVal ();
334 CompareValue += mTimerTicks;
336 } while (CompareValue < CurrentValue);
339 ArmGenericTimerSetCompareVal (CompareValue);
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
AlertStandardFormatTable.h 54 UINT8 CompareValue;

Completed in 258 milliseconds