Searched refs:tps32 (Results 1 – 1 of 1) sorted by relevance
247 u32 tps32; in set_time_scale() local258 tps32 = (u32)tps64; in set_time_scale()259 while ( tps32 <= (u32)MILLISECS(1000) ) in set_time_scale()261 tps32 <<= 1; in set_time_scale()265 ts->mul_frac = div_frac(MILLISECS(1000), tps32); in set_time_scale()
Completed in 5 milliseconds