diff options
Diffstat (limited to 'arch/arm/mach-s3c2410/include/mach/regs-mem.h')
-rw-r--r-- | arch/arm/mach-s3c2410/include/mach/regs-mem.h | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/arch/arm/mach-s3c2410/include/mach/regs-mem.h b/arch/arm/mach-s3c2410/include/mach/regs-mem.h index 988a6863e54b..e0c67b0163d8 100644 --- a/arch/arm/mach-s3c2410/include/mach/regs-mem.h +++ b/arch/arm/mach-s3c2410/include/mach/regs-mem.h | |||
@@ -145,29 +145,8 @@ | |||
145 | #define S3C2410_BANKCON_Tacs_SHIFT (13) | 145 | #define S3C2410_BANKCON_Tacs_SHIFT (13) |
146 | 146 | ||
147 | #define S3C2410_BANKCON_SRAM (0x0 << 15) | 147 | #define S3C2410_BANKCON_SRAM (0x0 << 15) |
148 | #define S3C2400_BANKCON_EDODRAM (0x2 << 15) | ||
149 | #define S3C2410_BANKCON_SDRAM (0x3 << 15) | 148 | #define S3C2410_BANKCON_SDRAM (0x3 << 15) |
150 | 149 | ||
151 | /* next bits only for EDO DRAM in 6,7 */ | ||
152 | #define S3C2400_BANKCON_EDO_Trcd1 (0x00 << 4) | ||
153 | #define S3C2400_BANKCON_EDO_Trcd2 (0x01 << 4) | ||
154 | #define S3C2400_BANKCON_EDO_Trcd3 (0x02 << 4) | ||
155 | #define S3C2400_BANKCON_EDO_Trcd4 (0x03 << 4) | ||
156 | |||
157 | /* CAS pulse width */ | ||
158 | #define S3C2400_BANKCON_EDO_PULSE1 (0x00 << 3) | ||
159 | #define S3C2400_BANKCON_EDO_PULSE2 (0x01 << 3) | ||
160 | |||
161 | /* CAS pre-charge */ | ||
162 | #define S3C2400_BANKCON_EDO_TCP1 (0x00 << 2) | ||
163 | #define S3C2400_BANKCON_EDO_TCP2 (0x01 << 2) | ||
164 | |||
165 | /* control column address select */ | ||
166 | #define S3C2400_BANKCON_EDO_SCANb8 (0x00 << 0) | ||
167 | #define S3C2400_BANKCON_EDO_SCANb9 (0x01 << 0) | ||
168 | #define S3C2400_BANKCON_EDO_SCANb10 (0x02 << 0) | ||
169 | #define S3C2400_BANKCON_EDO_SCANb11 (0x03 << 0) | ||
170 | |||
171 | /* next bits only for SDRAM in 6,7 */ | 150 | /* next bits only for SDRAM in 6,7 */ |
172 | #define S3C2410_BANKCON_Trcd2 (0x00 << 2) | 151 | #define S3C2410_BANKCON_Trcd2 (0x00 << 2) |
173 | #define S3C2410_BANKCON_Trcd3 (0x01 << 2) | 152 | #define S3C2410_BANKCON_Trcd3 (0x01 << 2) |
@@ -194,12 +173,6 @@ | |||
194 | #define S3C2410_REFRESH_TRP_3clk (1<<20) | 173 | #define S3C2410_REFRESH_TRP_3clk (1<<20) |
195 | #define S3C2410_REFRESH_TRP_4clk (2<<20) | 174 | #define S3C2410_REFRESH_TRP_4clk (2<<20) |
196 | 175 | ||
197 | #define S3C2400_REFRESH_DRAM_TRP_MASK (3<<20) | ||
198 | #define S3C2400_REFRESH_DRAM_TRP_1_5clk (0<<20) | ||
199 | #define S3C2400_REFRESH_DRAM_TRP_2_5clk (1<<20) | ||
200 | #define S3C2400_REFRESH_DRAM_TRP_3_5clk (2<<20) | ||
201 | #define S3C2400_REFRESH_DRAM_TRP_4_5clk (3<<20) | ||
202 | |||
203 | #define S3C2410_REFRESH_TSRC_MASK (3<<18) | 176 | #define S3C2410_REFRESH_TSRC_MASK (3<<18) |
204 | #define S3C2410_REFRESH_TSRC_4clk (0<<18) | 177 | #define S3C2410_REFRESH_TSRC_4clk (0<<18) |
205 | #define S3C2410_REFRESH_TSRC_5clk (1<<18) | 178 | #define S3C2410_REFRESH_TSRC_5clk (1<<18) |
@@ -222,7 +195,6 @@ | |||
222 | #define S3C2410_BANKSIZE_4M (0x5 << 0) | 195 | #define S3C2410_BANKSIZE_4M (0x5 << 0) |
223 | #define S3C2410_BANKSIZE_2M (0x4 << 0) | 196 | #define S3C2410_BANKSIZE_2M (0x4 << 0) |
224 | #define S3C2410_BANKSIZE_MASK (0x7 << 0) | 197 | #define S3C2410_BANKSIZE_MASK (0x7 << 0) |
225 | #define S3C2400_BANKSIZE_MASK (0x4 << 0) | ||
226 | #define S3C2410_BANKSIZE_SCLK_EN (1<<4) | 198 | #define S3C2410_BANKSIZE_SCLK_EN (1<<4) |
227 | #define S3C2410_BANKSIZE_SCKE_EN (1<<5) | 199 | #define S3C2410_BANKSIZE_SCKE_EN (1<<5) |
228 | #define S3C2410_BANKSIZE_BURST (1<<7) | 200 | #define S3C2410_BANKSIZE_BURST (1<<7) |