Home
last modified time | relevance | path

Searched refs:t2_f (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/arch/arm/mach-omap2/
Dusb-tusb6010.c38 unsigned t1_f, t2_f; in next_clk() local
44 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()