Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/mach-omap2/
Dusb-tusb6010.c35 next_clk(unsigned t1_NS, unsigned t2_ps, unsigned fclk_ps) in next_clk() argument
40 if ((t1_ps + fclk_ps) < t2_ps) in next_clk()
41 return t2_ps / 1000; in next_clk()
44 t2_f = (t2_ps + fclk_ps - 1) / fclk_ps; in next_clk()