HomeSort by relevance Sort by last modified time
    Searched defs:TimerPeriod (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
Thunk.c 181 UINT64 TimerPeriod;
211 Private->Timer->GetTimerPeriod (Private->Timer, &TimerPeriod);
258 if (Private->TimerUses8254 && TimerPeriod < 549254) {
320 Private->Timer->SetTimerPeriod (Private->Timer, TimerPeriod);
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/HpetTimerDxe/
HpetTimer.c 80 by TimerPeriod. If the timer period is updated, then the selected timer
81 period is stored in EFI_TIMER.TimerPeriod, and EFI_SUCCESS is returned. If
85 EFI_DEVICE_ERROR is returned. If TimerPeriod is 0, then the timer interrupt
92 @param TimerPeriod The rate to program the timer interrupt in 100 nS units.
97 If TimerPeriod is set to 0, then the timer interrupts
109 IN UINT64 TimerPeriod
114 returns that value in TimerPeriod, and returns EFI_SUCCESS. If TimerPeriod
115 is NULL, then EFI_INVALID_PARAMETER is returned. If a TimerPeriod of 0 is
119 @param TimerPeriod A pointer to the timer period to retrieve in 100 ns units.
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
WatchdogActionTable.h 36 UINT32 TimerPeriod;
  /device/linaro/bootloader/edk2/NetworkPkg/Application/Ping6/
Ping6.c 78 UINT64 TimerPeriod;
86 Status = Cpu->GetTimerValue (Cpu, 0, &CurrentTick, &TimerPeriod);
93 TimerPeriod = (UINT64) NTTIMERPERIOD;
99 mFrequency = DivU64x64Remainder (1000000000000ULL, TimerPeriod, NULL);
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Guid/
HwWatchdogTimerHob.h 136 UINT32 TimerPeriod;
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork1CommandsLib/
Ping.c 233 UINT64 TimerPeriod;
238 Status = gCpu->GetTimerValue (gCpu, 0, &mCurrentTick, &TimerPeriod);
242 // TimerPeriod by ourselves.
267 UINT64 TimerPeriod;
274 Status = gCpu->GetTimerValue (gCpu, 0, &CurrentTick, &TimerPeriod);
277 TimerPeriod = DEFAULT_TIMER_PERIOD;
284 mFrequency = DivU64x64Remainder (1000000000000ULL, TimerPeriod, NULL);
    [all...]

Completed in 846 milliseconds