Home
last modified time | relevance | path

Searched refs:SystemCounterVal (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/ArmPkg/Library/ArmArchTimerLib/
DArmArchTimerLib.c124 UINT64 SystemCounterVal; in MicroSecondDelay() local
138 SystemCounterVal = ArmGenericTimerGetSystemCount (); in MicroSecondDelay()
140 TimerTicks64 += SystemCounterVal; in MicroSecondDelay()
143 while (SystemCounterVal < TimerTicks64) { in MicroSecondDelay()
144 SystemCounterVal = ArmGenericTimerGetSystemCount (); in MicroSecondDelay()