Home
last modified time | relevance | path

Searched refs:TimerCount (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/PcAtChipsetPkg/8254TimerDxe/
DTimer.c189 UINT64 TimerCount; in TimerDriverSetTimerPeriod() local
215 TimerCount = DivU64x32 (MultU64x32 (119318, (UINT32) TimerPeriod) + 500000, 1000000); in TimerDriverSetTimerPeriod()
220 if (TimerCount >= 65536) { in TimerDriverSetTimerPeriod()
221 TimerCount = 0; in TimerDriverSetTimerPeriod()
227 SetPitCount ((UINT16) TimerCount); in TimerDriverSetTimerPeriod()
/device/linaro/bootloader/edk2/Omap35xxPkg/Library/DebugAgentTimerLib/
DDebugAgentTimerLib.c116 UINT64 TimerCount; in DebugAgentTimerSetPeriod() local
126TimerCount = DivU64x32(TimerPeriodMilliseconds * 1000000, PcdGet32(PcdDebugAgentTimerFreqNanoSecon… in DebugAgentTimerSetPeriod()
129 LoadValue = (INT32) -TimerCount; in DebugAgentTimerSetPeriod()
/device/linaro/bootloader/edk2/Omap35xxPkg/TimerDxe/
DTimer.c183 UINT64 TimerCount; in TimerDriverSetTimerPeriod() local
193TimerCount = DivU64x32(TimerPeriod * 100, PcdGet32(PcdEmbeddedPerformanceCounterPeriodInNanosecond… in TimerDriverSetTimerPeriod()
196 LoadValue = (INT32) -TimerCount; in TimerDriverSetTimerPeriod()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/EmmcBlockIoPei/
DEmmcHci.h157 UINT32 TimerCount:4; // bit 40:43 member
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/SdBlockIoPei/
DSdHci.h157 UINT32 TimerCount:4; // bit 40:43 member
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/
DSdMmcPciHci.h129 UINT32 TimerCount:4; // bit 40:43 member
DSdMmcPciHci.c67 if (Capability->TimerCount == 0) { in DumpCapabilityReg()
68 DEBUG ((DEBUG_INFO, " Retuning TimerCnt Disabled\n", 2 * (Capability->TimerCount - 1))); in DumpCapabilityReg()
70 DEBUG ((DEBUG_INFO, " Retuning TimerCnt %dseconds\n", 2 * (Capability->TimerCount - 1))); in DumpCapabilityReg()
/device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/XenonDxe/
DSdMmcPciHci.h129 UINT32 TimerCount:4; // bit 40:43 member
DSdMmcPciHci.c67 if (Capability->TimerCount == 0) { in DumpCapabilityReg()
68 DEBUG ((DEBUG_INFO, " Retuning TimerCnt Disabled\n", 2 * (Capability->TimerCount - 1))); in DumpCapabilityReg()
70 DEBUG ((DEBUG_INFO, " Retuning TimerCnt %dseconds\n", 2 * (Capability->TimerCount - 1))); in DumpCapabilityReg()
/device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/DwMmcHcDxe/
DDwMmcHci.h265 UINT32 TimerCount:4; // bit 40:43