Searched refs:mTimerPeriod (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/8254TimerDxe/
H A DTimer.c51 volatile UINT64 mTimerPeriod = 0; variable
94 mTimerNotifyFunction (mTimerPeriod);
239 mTimerPeriod = TimerPeriod;
271 *TimerPeriod = mTimerPeriod;
318 mTimerNotifyFunction (mTimerPeriod);
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/HpetTimerDxe/
H A DHpetTimer.c183 UINT64 mTimerPeriod = 0; variable
186 /// The number of HPET timer ticks required for the current HPET rate specified by mTimerPeriod.
506 if (mTimerPeriod != 0) {
609 mTimerPeriod = TimerPeriod;
647 *TimerPeriod = mTimerPeriod;
964 DEBUG ((DEBUG_INFO, "HPET Timer Period = %d\n", mTimerPeriod));

Completed in 46 milliseconds