Searched refs:time_msec_tmp (Results 1 – 1 of 1) sorted by relevance
1306 uint64_t time_now, time_msec_tmp; in ppm_calculate_work() local1358 time_msec_tmp = fn->time_last - fn->time_begin + 500000ULL; in ppm_calculate_work()1359 do_div(time_msec_tmp, 1000000U); in ppm_calculate_work()1360 clk_msec = (uint32_t)time_msec_tmp; in ppm_calculate_work()