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

  /device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/Library/DebugAgentTimerLib/
DebugAgentTimerLib.c 116 UINT64 TimerCount;
126 TimerCount = DivU64x32(TimerPeriodMilliseconds * 1000000, PcdGet32(PcdDebugAgentTimerFreqNanoSeconds));
129 LoadValue = (INT32) -TimerCount;
  /device/linaro/bootloader/edk2/Omap35xxPkg/Library/DebugAgentTimerLib/
DebugAgentTimerLib.c 116 UINT64 TimerCount;
126 TimerCount = DivU64x32(TimerPeriodMilliseconds * 1000000, PcdGet32(PcdDebugAgentTimerFreqNanoSeconds));
129 LoadValue = (INT32) -TimerCount;
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/8254TimerDxe/
Timer.c 189 UINT64 TimerCount;
194 // TimerCount = (TimerPeriod * 119318)/1000000.
198 // TimerCount = ((TimerPeriod * 119318) + 500000)/1000000
200 // Note that a TimerCount of 0 is equivalent to a count of 65,536
202 // Since TimerCount is limited to 16 bits for IA32, TimerPeriod is limited
215 TimerCount = DivU64x32 (MultU64x32 (119318, (UINT32) TimerPeriod) + 500000, 1000000);
220 if (TimerCount >= 65536) {
221 TimerCount = 0;
227 SetPitCount ((UINT16) TimerCount);
  /device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/TimerDxe/
Timer.c 183 UINT64 TimerCount;
193 TimerCount = DivU64x32(TimerPeriod * 100, PcdGet32(PcdEmbeddedPerformanceCounterPeriodInNanoseconds));
196 LoadValue = (INT32) -TimerCount;
  /device/linaro/bootloader/edk2/Omap35xxPkg/TimerDxe/
Timer.c 183 UINT64 TimerCount;
193 TimerCount = DivU64x32(TimerPeriod * 100, PcdGet32(PcdEmbeddedPerformanceCounterPeriodInNanoseconds));
196 LoadValue = (INT32) -TimerCount;

Completed in 268 milliseconds