Searched refs:SystemCount (Results 1 – 3 of 3) sorted by relevance
93 UINT64 SystemCount; in ArmGenericTimerGetSystemCount() local94 ArmArchTimerReadReg (CntPct, (VOID *)&SystemCount); in ArmGenericTimerGetSystemCount()96 return SystemCount; in ArmGenericTimerGetSystemCount()
103 UINT64 SystemCount; in ArmGenericTimerGetSystemCount() local104 ArmArchTimerReadReg (CntvCt, (VOID *)&SystemCount); in ArmGenericTimerGetSystemCount()106 return SystemCount; in ArmGenericTimerGetSystemCount()
184 UINTN SystemCount; in WatchdogSetTimerPeriod() local213 SystemCount = ArmGenericTimerGetSystemCount (); in WatchdogSetTimerPeriod()214 Status = WatchdogWriteCompareRegister (SystemCount + mNumTimerTicks); in WatchdogSetTimerPeriod()