Home
last modified time | relevance | path

Searched refs:SystemCount (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/ArmPkg/Library/ArmGenericTimerPhyCounterLib/
DArmGenericTimerPhyCounterLib.c93 UINT64 SystemCount; in ArmGenericTimerGetSystemCount() local
94 ArmArchTimerReadReg (CntPct, (VOID *)&SystemCount); in ArmGenericTimerGetSystemCount()
96 return SystemCount; in ArmGenericTimerGetSystemCount()
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmGenericTimerVirtCounterLib/
DArmGenericTimerVirtCounterLib.c103 UINT64 SystemCount; in ArmGenericTimerGetSystemCount() local
104 ArmArchTimerReadReg (CntvCt, (VOID *)&SystemCount); in ArmGenericTimerGetSystemCount()
106 return SystemCount; in ArmGenericTimerGetSystemCount()
/device/linaro/bootloader/edk2/ArmPkg/Drivers/GenericWatchdogDxe/
DGenericWatchdogDxe.c184 UINTN SystemCount; in WatchdogSetTimerPeriod() local
213 SystemCount = ArmGenericTimerGetSystemCount (); in WatchdogSetTimerPeriod()
214 Status = WatchdogWriteCompareRegister (SystemCount + mNumTimerTicks); in WatchdogSetTimerPeriod()