Searched refs:last_hwtc_count (Results 1 – 1 of 1) sorted by relevance
3104 static uint32_t last_hwtc_count = 0; in prvTracePortGetTimeStamp() local3143 if (last_hwtc_count > hwtc_count) in prvTracePortGetTimeStamp()3145 hwtc_count = last_hwtc_count; in prvTracePortGetTimeStamp()3166 if (traceTickCount == last_traceTickCount && hwtc_count < last_hwtc_count) in prvTracePortGetTimeStamp()3191 diff = (hwtc_count - last_hwtc_count) + last_hwtc_rest; in prvTracePortGetTimeStamp()3208 last_hwtc_count = hwtc_count; in prvTracePortGetTimeStamp()