Lines Matching defs:emc_regs
13 struct emc_regs { struct
14 u32 ctrl; /* Controls operation of the EMC */
15 u32 status; /* Provides EMC status information */
16 u32 config; /* Configures operation of the EMC */
17 u32 reserved0[5];
18 u32 control; /* Controls dyn memory operation */
19 u32 refresh; /* Configures dyn memory refresh operation */
20 u32 read_config; /* Configures the dyn memory read strategy */
21 u32 reserved1;
22 u32 t_rp; /* Precharge command period */
23 u32 t_ras; /* Active to precharge command period */
24 u32 t_srex; /* Self-refresh exit time */
25 u32 reserved2[2];
26 u32 t_wr; /* Write recovery time */
27 u32 t_rc; /* Active to active command period */
28 u32 t_rfc; /* Auto-refresh period */
29 u32 t_xsr; /* Exit self-refresh to active command time */
30 u32 t_rrd; /* Active bank A to active bank B latency */
31 u32 t_mrd; /* Load mode register to active command time */
32 u32 t_cdlr; /* Last data in to read command time */
33 u32 reserved3[8];
34 u32 extended_wait; /* time for static memory rd/wr transfers */
35 u32 reserved4[31];
36 u32 config0; /* Configuration information for the SDRAM */
37 u32 rascas0; /* RAS and CAS latencies for the SDRAM */
38 u32 reserved5[6];
39 u32 config1; /* Configuration information for the SDRAM */
40 u32 rascas1; /* RAS and CAS latencies for the SDRAM */
41 u32 reserved6[54];
42 struct emc_stat_t {
51 } stat[4];
52 u32 reserved7[96];
53 struct emc_ahb_t {
58 } ahb[5];