Searched refs:t_cez (Results 1 - 1 of 1) 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 Dgpmc-onenand.c43 const int t_cez = 20; /* max of t_cez, t_oez */ local
66 t.rd_cycle = t.cs_rd_off + gpmc_round_ns_to_ticks(t_cez);
77 t.wr_cycle = t.cs_wr_off + gpmc_round_ns_to_ticks(t_cez);
127 const int t_cez = 20; /* max of t_cez, t_oez */ local
261 ticks_cez = ((gpmc_ns_to_ticks(t_cez) + div - 1) / div) * div;
284 t.wr_cycle = t.cs_wr_off + gpmc_round_ns_to_ticks(t_cez);

Completed in 103 milliseconds