Lines Matching defs:gpmc_timings
99 struct gpmc_timings { struct
101 u32 sync_clk;
104 u32 cs_on; /* Assertion time */
105 u32 cs_rd_off; /* Read deassertion time */
106 u32 cs_wr_off; /* Write deassertion time */
109 u32 adv_on; /* Assertion time */
110 u32 adv_rd_off; /* Read deassertion time */
111 u32 adv_wr_off; /* Write deassertion time */
114 u32 we_on; /* WE assertion time */
115 u32 we_off; /* WE deassertion time */
118 u32 oe_on; /* OE assertion time */
119 u32 oe_off; /* OE deassertion time */
122 u32 page_burst_access; /* Multiple access word delay */
123 u32 access; /* Start-cycle to first data valid delay */
124 u32 rd_cycle; /* Total read cycle time */
125 u32 wr_cycle; /* Total write cycle time */
127 u32 bus_turnaround;
128 u32 cycle2cycle_delay;
130 u32 wait_monitoring;
131 u32 clk_activation;
134 u32 wr_access; /* WRACCESSTIME */
135 u32 wr_data_mux_bus; /* WRDATAONADMUXBUS */
137 struct gpmc_bool_timings bool_timings;