Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45928
b: refs/heads/master
c: 7baced8
h: refs/heads/master
v: v3
  • Loading branch information
Matt Reimer authored and Russell King committed Jan 24, 2007
1 parent a0d8ff1 commit f654804
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d4e1c889c1ec547371227558e1da5f2f50c7dd5e
refs/heads/master: 7baced8a5923ce13d3d42d50a042a869092ab4e5
14 changes: 7 additions & 7 deletions trunk/include/asm-arm/arch-s3c2410/regs-mem.h
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,10 @@
#define S3C2410_BANKCON_SDRAM (0x3 << 15)

/* next bits only for EDO DRAM in 6,7 */
#define S3C2400_BANKCON_EDO_Trdc1 (0x00 << 4)
#define S3C2400_BANKCON_EDO_Trdc2 (0x01 << 4)
#define S3C2400_BANKCON_EDO_Trdc3 (0x02 << 4)
#define S3C2400_BANKCON_EDO_Trdc4 (0x03 << 4)
#define S3C2400_BANKCON_EDO_Trcd1 (0x00 << 4)
#define S3C2400_BANKCON_EDO_Trcd2 (0x01 << 4)
#define S3C2400_BANKCON_EDO_Trcd3 (0x02 << 4)
#define S3C2400_BANKCON_EDO_Trcd4 (0x03 << 4)

/* CAS pulse width */
#define S3C2400_BANKCON_EDO_PULSE1 (0x00 << 3)
Expand All @@ -153,9 +153,9 @@
#define S3C2400_BANKCON_EDO_SCANb11 (0x03 << 0)

/* next bits only for SDRAM in 6,7 */
#define S3C2410_BANKCON_Trdc2 (0x00 << 2)
#define S3C2410_BANKCON_Trdc3 (0x01 << 2)
#define S3C2410_BANKCON_Trdc4 (0x02 << 2)
#define S3C2410_BANKCON_Trcd2 (0x00 << 2)
#define S3C2410_BANKCON_Trcd3 (0x01 << 2)
#define S3C2410_BANKCON_Trcd4 (0x02 << 2)

/* control column address select */
#define S3C2410_BANKCON_SCANb8 (0x00 << 0)
Expand Down

0 comments on commit f654804

Please sign in to comment.