Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105096
b: refs/heads/master
c: 00249ad
h: refs/heads/master
v: v3
  • Loading branch information
Stefan Schmidt authored and Russell King committed Jul 10, 2008
1 parent 2e1ccb3 commit 6ac0f27
Show file tree
Hide file tree
Showing 2 changed files with 7 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: c0b8556f2f8146bd38324b14b1ce00f249ba8ed9
refs/heads/master: 00249adc0ebf9bc5e1b7b53dee37601fd7291396
6 changes: 6 additions & 0 deletions trunk/include/asm-arm/arch-pxa/regs-lcd.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
#define LCCR3_4BPP (2 << 24)
#define LCCR3_8BPP (3 << 24)
#define LCCR3_16BPP (4 << 24)
#define LCCR3_18BPP (5 << 24)
#define LCCR3_18BPP_P (6 << 24)
#define LCCR3_19BPP (7 << 24)
#define LCCR3_19BPP_P (1 << 29)
#define LCCR3_24BPP ((1 << 29) | (1 << 24))
#define LCCR3_25BPP ((1 << 29) | (2 << 24))

#define LCCR3_PDFOR_0 (0 << 30)
#define LCCR3_PDFOR_1 (1 << 30)
Expand Down

0 comments on commit 6ac0f27

Please sign in to comment.