Home
last modified time | relevance | path

Searched refs:t1_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
43 t1_f = (t1_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()