Searched refs:next_clk (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.c33 next_clk(unsigned t1_NS, unsigned t2_ps, unsigned fclk_ps) function
63 t.adv_on = next_clk(t.cs_on, t_acsnh_advnh - 7000, fclk_ps);
70 t.adv_rd_off = next_clk(t.adv_on, t_acsnh_advnh, fclk_ps);
73 t.oe_on = next_clk(t.adv_on, t_acsnh_advnh + 1000, fclk_ps);
77 t.access = next_clk(t.oe_on, tmp, fclk_ps);
81 t.oe_off = next_clk(t.access, tmp, fclk_ps);
86 t.rd_cycle = next_clk(t.cs_rd_off, tmp, fclk_ps);
96 t.we_on = next_clk(t.adv_wr_off, t_acsnh_advnh + 1000, fclk_ps);
100 t.we_off = next_clk(t.we_on, tmp, fclk_ps);
105 t.wr_cycle = next_clk(
[all...]
/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.c33 next_clk(unsigned t1_NS, unsigned t2_ps, unsigned fclk_ps) function
63 t.adv_on = next_clk(t.cs_on, t_acsnh_advnh - 7000, fclk_ps);
70 t.adv_rd_off = next_clk(t.adv_on, t_acsnh_advnh, fclk_ps);
73 t.oe_on = next_clk(t.adv_on, t_acsnh_advnh + 1000, fclk_ps);
77 t.access = next_clk(t.oe_on, tmp, fclk_ps);
81 t.oe_off = next_clk(t.access, tmp, fclk_ps);
86 t.rd_cycle = next_clk(t.cs_rd_off, tmp, fclk_ps);
96 t.we_on = next_clk(t.adv_wr_off, t_acsnh_advnh + 1000, fclk_ps);
100 t.we_off = next_clk(t.we_on, tmp, fclk_ps);
105 t.wr_cycle = next_clk(
[all...]

Completed in 113 milliseconds