HomeSort by relevance Sort by last modified time
    Searched refs:mTimerPeriod (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/ArmPkg/Drivers/TimerDxe/
TimerDxe.c 38 UINT64 mTimerPeriod = 0;
39 // The latest Timer Tick calculated for mTimerPeriod
157 // Raise TPL to update the mTimerTicks and mTimerPeriod to ensure these values
162 mTimerPeriod = TimerPeriod;
176 mTimerPeriod = TimerPeriod;
210 *TimerPeriod = mTimerPeriod;
317 mTimerNotifyFunction (mTimerPeriod * mElapsedPeriod);
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/8254TimerDxe/
Timer.c 51 volatile UINT64 mTimerPeriod = 0;
94 mTimerNotifyFunction (mTimerPeriod);
237 mTimerPeriod = TimerPeriod;
269 *TimerPeriod = mTimerPeriod;
316 mTimerNotifyFunction (mTimerPeriod);
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/SP804TimerDxe/
SP804Timer.c 42 UINT64 mTimerPeriod = 0;
89 mTimerNotifyFunction (mTimerPeriod);
237 mTimerPeriod = TimerPeriod;
267 *TimerPeriod = mTimerPeriod;
  /device/linaro/bootloader/edk2/Omap35xxPkg/TimerDxe/
Timer.c 39 volatile UINT64 mTimerPeriod = 0;
87 mTimerNotifyFunction(mTimerPeriod);
212 mTimerPeriod = TimerPeriod;
243 *TimerPeriod = mTimerPeriod;
  /device/linaro/bootloader/edk2/Nt32Pkg/TimerDxe/
Timer.c 57 UINT64 mTimerPeriod;
241 SleepCount = (UINT32) (mTimerPeriod + 5000) / 10000;
398 mTimerPeriod = TimerPeriod;
412 mTimerPeriod = TimerPeriod;
470 *TimerPeriod = mTimerPeriod;
  /device/linaro/bootloader/edk2/Nt32Pkg/CpuRuntimeDxe/
Cpu.c 28 UINT64 mTimerPeriod;
333 *TimerPeriod = mTimerPeriod;
540 mTimerPeriod = DivU64x64Remainder (1000000000000000, Frequency, NULL);
  /device/linaro/bootloader/edk2/EmulatorPkg/CpuRuntimeDxe/
Cpu.c 18 UINT64 mTimerPeriod;
373 *TimerPeriod = mTimerPeriod;
444 mTimerPeriod = DivU64x64Remainder (1000000000000000ULL, Frequency, NULL);
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/HpetTimerDxe/
HpetTimer.c 183 UINT64 mTimerPeriod = 0;
186 /// The number of HPET timer ticks required for the current HPET rate specified by mTimerPeriod.
512 if (mTimerPeriod != 0) {
616 mTimerPeriod = TimerPeriod;
659 *TimerPeriod = mTimerPeriod;
    [all...]

Completed in 1032 milliseconds