HomeSort by relevance Sort by last modified time
    Searched refs:LoopTimes (Results 1 - 12 of 12) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PiDxeS3BootScriptLib/
BootScriptExecute.c     [all...]
BootScriptInternalFormat.h 141 UINT64 LoopTimes;
BootScriptSave.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
EfiScriptLib.h 378 IN UINTN LoopTimes
398 LoopTimes - The times of the register polling.
524 #define SCRIPT_MEM_POLL(TableName, Width, Address, BitMask, BitValue, Duration, LoopTimes) \
525 BootScriptMemPoll(TableName, Width, Address, BitMask, BitValue, Duration, LoopTimes)
572 #define SCRIPT_MEM_POLL(TableName, Width, Address, BitMask, BitValue, Duration, LoopTimes)
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/BootScriptSaveDxe/
ScriptSave.c 360 UINT64 LoopTimes;
367 LoopTimes = VA_ARG (Marker, UINT64);
369 return S3BootScriptSaveMemPoll (Width, Address, BitMask, BitValue, Duration, LoopTimes);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiScriptLib/
EfiScriptLib.c 556 IN UINTN LoopTimes
577 LoopTimes - The times of the register polling.
596 LoopTimes
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
EfiBootScript.h 188 UINT64 LoopTimes;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/
S3SaveState.c 347 UINT64 LoopTimes;
358 // Duration * 1000ns * LoopTimes = Delay * 100ns
360 // so LoopTimes = Delay / 10.
362 LoopTimes = DivU64x32Remainder (
369 // If Remainder is not zero, LoopTimes will be rounded up by 1.
371 LoopTimes +=1;
373 return S3BootScriptSaveMemPoll (Width, Address, DataMask, Data, 1, LoopTimes);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/SmmS3SaveState/
SmmS3SaveState.c 346 UINT64 LoopTimes;
357 // Duration * 1000ns * LoopTimes = Delay * 100ns
359 // so LoopTimes = Delay / 10.
361 LoopTimes = DivU64x32Remainder (
368 // If Remainder is not zero, LoopTimes will be rounded up by 1.
370 LoopTimes +=1;
372 return S3BootScriptSaveMemPoll (Width, Address, DataMask, Data, 1, LoopTimes);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/
ScriptSave.c 508 UINT64 LoopTimes;
516 LoopTimes = (UINT64)VA_ARG (Marker, UINT64);
519 // Total time is: Duration(Microseconds) * LoopTimes.
520 // PI version: Duration is always 100ns. Delay is LoopTimes.
522 // So Delay = Duration(Microseconds) * LoopTimes / 100ns
523 // = Duration * 1000ns * LoopTimes / 100ns
524 // = Duration * 10 * LoopTimes
526 Delay = MultU64x64 (MultU64x32 (Duration, 10), LoopTimes);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
S3BootScriptLib.h 331 @param[in] LoopTimes The times of the register polling.
346 IN UINT64 LoopTimes
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseS3BootScriptLibNull/
BootScriptLib.c 292 @param LoopTimes The times of the register polling.
306 IN UINT64 LoopTimes

Completed in 1279 milliseconds