Searched defs:emc_stat_t (Results 1 – 1 of 1) sorted by relevance
42 struct emc_stat_t { struct43 u32 config; /* Static memory configuration */44 u32 waitwen; /* Delay from chip select to write enable */45 u32 waitoen; /* Delay to output enable */46 u32 waitrd; /* Delay to a read access */47 u32 waitpage; /* Delay for async page mode read */48 u32 waitwr; /* Delay to a write access */49 u32 waitturn; /* Number of bus turnaround cycles */50 u32 reserved;