Searched refs:we_on (Results 1 - 12 of 12) 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 Dgpmc-onenand.c70 t.we_on = t.oe_on;
72 t.wr_data_mux_bus = t.we_on;
73 t.wr_access = t.we_on + gpmc_round_ns_to_ticks(t_ds);
75 t.we_off = t.we_on + gpmc_round_ns_to_ticks(t_wpl);
268 t.we_on = 0;
281 t.we_on = t.adv_wr_off + gpmc_round_ns_to_ticks(t_aavdh);
282 t.we_off = t.we_on + gpmc_round_ns_to_ticks(t_wpl);
286 t.wr_data_mux_bus = t.we_on;
287 t.wr_access = t.we_on + gpmc_round_ns_to_ticks(t_ds);
H A Dgpmc-smc91x.c83 t.we_on = t.adv_on + t3;
86 t.wr_data_mux_bus = t.we_on;
89 t.we_off = t.we_on + t7;
94 t.wr_cycle = t20 - t.we_on;
H A Dusb-tusb6010.c96 t.we_on = next_clk(t.adv_wr_off, t_acsnh_advnh + 1000, fclk_ps);
99 tmp = t.we_on * 1000 + 300;
100 t.we_off = next_clk(t.we_on, tmp, fclk_ps);
164 t.we_on = next_clk(t.adv_wr_off, tmp, fclk_ps);
167 tmp = (t.we_on * 1000) + (6 * fclk_ps);
168 t.we_off = next_clk(t.we_on, tmp, fclk_ps);
H A Dgpmc-nand.c60 t.we_on = t.oe_on;
H A Dgpmc.c267 GPMC_SET_ONE(GPMC_CS_CONFIG4, 16, 19, we_on);
/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 Dgpmc-onenand.c70 t.we_on = t.oe_on;
72 t.wr_data_mux_bus = t.we_on;
73 t.wr_access = t.we_on + gpmc_round_ns_to_ticks(t_ds);
75 t.we_off = t.we_on + gpmc_round_ns_to_ticks(t_wpl);
268 t.we_on = 0;
281 t.we_on = t.adv_wr_off + gpmc_round_ns_to_ticks(t_aavdh);
282 t.we_off = t.we_on + gpmc_round_ns_to_ticks(t_wpl);
286 t.wr_data_mux_bus = t.we_on;
287 t.wr_access = t.we_on + gpmc_round_ns_to_ticks(t_ds);
H A Dgpmc-smc91x.c83 t.we_on = t.adv_on + t3;
86 t.wr_data_mux_bus = t.we_on;
89 t.we_off = t.we_on + t7;
94 t.wr_cycle = t20 - t.we_on;
H A Dusb-tusb6010.c96 t.we_on = next_clk(t.adv_wr_off, t_acsnh_advnh + 1000, fclk_ps);
99 tmp = t.we_on * 1000 + 300;
100 t.we_off = next_clk(t.we_on, tmp, fclk_ps);
164 t.we_on = next_clk(t.adv_wr_off, tmp, fclk_ps);
167 tmp = (t.we_on * 1000) + (6 * fclk_ps);
168 t.we_off = next_clk(t.we_on, tmp, fclk_ps);
H A Dgpmc-nand.c60 t.we_on = t.oe_on;
H A Dgpmc.c267 GPMC_SET_ONE(GPMC_CS_CONFIG4, 16, 19, we_on);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/plat-omap/include/plat/
H A Dgpmc.h101 u16 we_on; /* WE assertion time */ member in struct:gpmc_timings
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/plat-omap/include/plat/
H A Dgpmc.h101 u16 we_on; /* WE assertion time */ member in struct:gpmc_timings

Completed in 204 milliseconds