Searched refs:last_hwtc_count (Results 1 – 1 of 1) sorted by relevance
3105 static uint32_t last_hwtc_count = 0; in prvTracePortGetTimeStamp() local3144 if (last_hwtc_count > hwtc_count) in prvTracePortGetTimeStamp()3146 hwtc_count = last_hwtc_count; in prvTracePortGetTimeStamp()3167 if (traceTickCount == last_traceTickCount && hwtc_count < last_hwtc_count) in prvTracePortGetTimeStamp()3192 diff = (hwtc_count - last_hwtc_count) + last_hwtc_rest; in prvTracePortGetTimeStamp()3209 last_hwtc_count = hwtc_count; in prvTracePortGetTimeStamp()