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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-omap2/
H A Dusb-tusb6010.c36 unsigned t1_f, t2_f; local
42 t2_f = (t2_ps + fclk_ps - 1) / fclk_ps;
44 if (t1_f >= t2_f)
45 t2_f = t1_f + 1;
47 return (t2_f * fclk_ps) / 1000;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dusb-tusb6010.c36 unsigned t1_f, t2_f; local
42 t2_f = (t2_ps + fclk_ps - 1) / fclk_ps;
44 if (t1_f >= t2_f)
45 t2_f = t1_f + 1;
47 return (t2_f * fclk_ps) / 1000;

Completed in 584 milliseconds