Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36571
b: refs/heads/master
c: 3e9fc8e
h: refs/heads/master
i:
  36569: f154417
  36567: 8f667a0
v: v3
  • Loading branch information
Ben Dooks authored and Russell King committed Sep 25, 2006
1 parent e4a8bb6 commit fbf243a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 58095d7f39edc919cd3c63c6109ad282e7085da1
refs/heads/master: 3e9fc8e5de0fb00226325cf34eb08411eb72ec6d
7 changes: 7 additions & 0 deletions trunk/include/asm-arm/arch-s3c2410/regs-lcd.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,13 @@
#define S3C2410_LCDINT_FRSYNC (1<<1)
#define S3C2410_LCDINT_FICNT (1<<0)

/* s3c2442 extra stn registers */

#define S3C2442_REDLUT S3C2410_LCDREG(0x20)
#define S3C2442_GREENLUT S3C2410_LCDREG(0x24)
#define S3C2442_BLUELUT S3C2410_LCDREG(0x28)
#define S3C2442_DITHMODE S3C2410_LCDREG(0x20)

#define S3C2410_LPCSEL S3C2410_LCDREG(0x60)

#define S3C2410_TFTPAL(x) S3C2410_LCDREG((0x400 + (x)*4))
Expand Down

0 comments on commit fbf243a

Please sign in to comment.