Searched refs:oe_on (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dusb-tusb6010.c73 t.oe_on = next_clk(t.adv_on, t_acsnh_advnh + 1000, fclk_ps);
76 tmp = t.oe_on * 1000 + 300;
77 t.access = next_clk(t.oe_on, tmp, fclk_ps);
140 t.oe_on = next_clk(t.adv_on, tmp, fclk_ps);
143 tmp = (t.oe_on * 1000) + (5 * fclk_ps);
144 t.access = next_clk(t.oe_on, tmp, fclk_ps);
H A Dgpmc-smc91x.c75 t.oe_on = t.adv_on + t3;
76 t.access = t.oe_on + t5;
80 t.rd_cycle = t20 - t.oe_on;
H A Dgpmc-nand.c51 t.oe_on = t.adv_on;
60 t.we_on = t.oe_on;
H A Dgpmc-onenand.c60 t.oe_on = t.adv_rd_off + gpmc_round_ns_to_ticks(t_aavdh);
63 t.access = max_t(int, t.access, t.oe_on + gpmc_round_ns_to_ticks(t_oe));
70 t.we_on = t.oe_on;
257 t.oe_on = gpmc_ticks_to_ns(fclk_offset + gpmc_ns_to_ticks(t_ach));
H A Dgpmc.c265 GPMC_SET_ONE(GPMC_CS_CONFIG4, 0, 3, oe_on);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/include/plat/
H A Dgpmc.h105 u16 oe_on; /* OE assertion time */ member in struct:gpmc_timings

Completed in 87 milliseconds