Searched refs:hw_timestamp_new (Results 1 – 1 of 1) sorted by relevance
895 uint64_t hw_timestamp_new; in mcxw_get_time() local907 hw_timestamp_new = counter_ticks_to_us(mcxw_ctx.counter, ticks); in mcxw_get_time()910 if (hw_timestamp > hw_timestamp_new) { in mcxw_get_time()915 increment = (hw_timestamp_new + wrapped_val) - hw_timestamp; in mcxw_get_time()919 hw_timestamp = hw_timestamp_new; in mcxw_get_time()