#ifndef ELVEES_PERIPH_H #define ELVEES_PERIPH_H /* MPORT */ #define CSCON0 0x1000 #define CSCON1 0x1004 #define CSCON2 0x1008 #define CSCON3 0x100c #define CSCON4 0x1010 #define SDRCON 0x1014 #define SDRTMR 0x1018 #define SDRCSR 0x101c /* DDR PORT */ /* PORT 0 */ #define DDR0_BAR 0x1210 #define DDR0_CON 0x1214 #define DDR0_TMR 0x1218 #define DDR0_CSR 0x121c #define DDR0_MOD 0x1220 #define DDR0_EXT 0x1224 #define DDR0_ERR 0x1228 /* PORT 1 */ #define DDR1_BAR 0x1310 #define DDR1_CON 0x1314 #define DDR1_TMR 0x1318 #define DDR1_CSR 0x131c #define DDR1_MOD 0x1320 #define DDR1_EXT 0x1324 #define DDR1_ERR 0x1328 #endif