Searched refs:WaitForTick (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Metronome/
H A DMetronome.c7 produces a fixed TickPeriod of 1 100ns unit, and when the WaitForTick() service
36 WaitForTick,
43 This function implements EFI_METRONOME_ARCH_PROTOCOL.WaitForTick().
44 The WaitForTick() function waits for the number of ticks specified by
52 WaitForTick() function. Depending on the hardware source for the ticks, it
67 WaitForTick ( function
H A DMetronome.h28 This function implements EFI_METRONOME_ARCH_PROTOCOL.WaitForTick().
29 The WaitForTick() function waits for the number of ticks specified by
37 WaitForTick() function. Depending on the hardware source for the ticks, it
52 WaitForTick (
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DMetronome.h32 The WaitForTick() function waits for the number of ticks specified by
40 WaitForTick() function. Depending on the hardware source for the ticks, it
66 EFI_METRONOME_WAIT_FOR_TICK WaitForTick; member in struct:_EFI_METRONOME_ARCH_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Misc/
H A DStall.c23 the number of ticks specified by the UINT64 Counter value. WaitForTick()
36 gMetronome->WaitForTick (gMetronome, 0xffffffff);
39 gMetronome->WaitForTick (gMetronome, (UINT32)Counter);
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/PciHostBridgeDxe/
H A DPciRootBridgeIo.c1263 mMetronome->WaitForTick (mMetronome, 1);
1364 mMetronome->WaitForTick (mMetronome, 1);

Completed in 1003 milliseconds