Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EmulatorPkg/Library/DxeTimerLib/
DDxeTimerLib.c26 STATIC UINT64 gTimerPeriod = 0; variable
42 Status = gTimerAp->GetTimerPeriod (gTimerAp, &gTimerPeriod); in RegisterTimerArchProtocol()
46 gTimerPeriod = MultU64x32 (gTimerPeriod, 100); in RegisterTimerArchProtocol()
97 if ((gTimerPeriod != 0) && in NanoSecondDelay()
98 ((UINT64)NanoSeconds > gTimerPeriod) && in NanoSecondDelay()