Searched refs:t2_f (Results 1 – 1 of 1) sorted by relevance
38 unsigned t1_f, t2_f; in next_clk() local44 t2_f = (t2_ps + fclk_ps - 1) / fclk_ps; in next_clk()46 if (t1_f >= t2_f) in next_clk()47 t2_f = t1_f + 1; in next_clk()49 return (t2_f * fclk_ps) / 1000; in next_clk()