Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EmulatorPkg/Library/DxeTimerLib/
DDxeTimerLib.c28 STATIC EFI_EVENT gTimerEvent = NULL; variable
48 if (gTimerEvent == NULL) { in RegisterTimerArchProtocol()
49 Status = gBS->CreateEvent (EVT_TIMER, 0, NULL, NULL, (VOID **)&gTimerEvent); in RegisterTimerArchProtocol()
105 Status = gBS->SetTimer (gTimerEvent, TimerRelative, HundredNanoseconds); in NanoSecondDelay()
108 Status = gBS->WaitForEvent (sizeof (gTimerEvent)/sizeof (EFI_EVENT), &gTimerEvent, &Index); in NanoSecondDelay()
/device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/MMCHSDxe/
DMMCHS.c61 EFI_EVENT gTimerEvent; variable
1480 … gBS->CreateEvent (EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_CALLBACK, TimerCallback, NULL, &gTimerEvent); in MMCHSInitialize()
1483 …Status = gBS->SetTimer (gTimerEvent, TimerPeriodic, FixedPcdGet32 (PcdMmchsTimerFreq100NanoSeconds… in MMCHSInitialize()
/device/linaro/bootloader/edk2/Omap35xxPkg/MMCHSDxe/
DMMCHS.c61 EFI_EVENT gTimerEvent; variable
1480 … gBS->CreateEvent (EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_CALLBACK, TimerCallback, NULL, &gTimerEvent); in MMCHSInitialize()
1483 …Status = gBS->SetTimer (gTimerEvent, TimerPeriodic, FixedPcdGet32 (PcdMmchsTimerFreq100NanoSeconds… in MMCHSInitialize()