Searched refs:t2_ps (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.c27 /* t2_ps, when quantized to fclk units, must happen no earlier than
30 * Return a possibly updated value of t2_ps, converted to nsec.
33 next_clk(unsigned t1_NS, unsigned t2_ps, unsigned fclk_ps) argument
38 if ((t1_ps + fclk_ps) < t2_ps)
39 return t2_ps / 1000;
42 t2_f = (t2_ps + fclk_ps - 1) / fclk_ps;
/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.c27 /* t2_ps, when quantized to fclk units, must happen no earlier than
30 * Return a possibly updated value of t2_ps, converted to nsec.
33 next_clk(unsigned t1_NS, unsigned t2_ps, unsigned fclk_ps) argument
38 if ((t1_ps + fclk_ps) < t2_ps)
39 return t2_ps / 1000;
42 t2_f = (t2_ps + fclk_ps - 1) / fclk_ps;

Completed in 854 milliseconds