Home | History | Annotate | Download | only in S3Resume2Pei

Lines Matching refs:Freq

294   UINT64                                        Freq;

301 Freq = GetPerformanceCounterProperties (&StartValue, &EndValue);
303 Freq = DivU64x32 (Freq, 1000);
378 PerfData->Duration = (UINT32) DivU64x32 (Ticker, (UINT32) Freq);
383 if ((Ticker > Freq) && (++Index >= PERF_PEI_ENTRY_MAX_NUM)) {