Lines Matching defs:gpmc_timings
41 struct gpmc_timings { struct
43 u32 sync_clk;
46 u32 cs_on; /* Assertion time */
47 u32 cs_rd_off; /* Read deassertion time */
48 u32 cs_wr_off; /* Write deassertion time */
51 u32 adv_on; /* Assertion time */
52 u32 adv_rd_off; /* Read deassertion time */
53 u32 adv_wr_off; /* Write deassertion time */
56 u32 we_on; /* WE assertion time */
57 u32 we_off; /* WE deassertion time */
60 u32 oe_on; /* OE assertion time */
61 u32 oe_off; /* OE deassertion time */
64 u32 page_burst_access; /* Multiple access word delay */
65 u32 access; /* Start-cycle to first data valid delay */
66 u32 rd_cycle; /* Total read cycle time */
67 u32 wr_cycle; /* Total write cycle time */
69 u32 bus_turnaround;
70 u32 cycle2cycle_delay;
72 u32 wait_monitoring;
73 u32 clk_activation;
76 u32 wr_access; /* WRACCESSTIME */
77 u32 wr_data_mux_bus; /* WRDATAONADMUXBUS */
79 struct gpmc_bool_timings bool_timings;