diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2008-07-09 03:05:42 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-07-10 08:44:53 -0400 |
commit | 00249adc0ebf9bc5e1b7b53dee37601fd7291396 (patch) | |
tree | ae2f9e0c5d2c4fc9ea910bcb494ff2eeb66da973 /include/asm-arm | |
parent | c0b8556f2f8146bd38324b14b1ce00f249ba8ed9 (diff) |
[ARM] 5165/1: pxafb: More LCCR3 depth defines
Add missing depth definitions to LCCR3.
Signed-off-by: Daniel Ribeiro <drwyrm@gmail.com>
Acked-by: Eric Miao <eric.miao@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm')
-rw-r--r-- | include/asm-arm/arch-pxa/regs-lcd.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-arm/arch-pxa/regs-lcd.h b/include/asm-arm/arch-pxa/regs-lcd.h index f762493f5141..999b2a02ce21 100644 --- a/include/asm-arm/arch-pxa/regs-lcd.h +++ b/include/asm-arm/arch-pxa/regs-lcd.h | |||
@@ -24,6 +24,12 @@ | |||
24 | #define LCCR3_4BPP (2 << 24) | 24 | #define LCCR3_4BPP (2 << 24) |
25 | #define LCCR3_8BPP (3 << 24) | 25 | #define LCCR3_8BPP (3 << 24) |
26 | #define LCCR3_16BPP (4 << 24) | 26 | #define LCCR3_16BPP (4 << 24) |
27 | #define LCCR3_18BPP (5 << 24) | ||
28 | #define LCCR3_18BPP_P (6 << 24) | ||
29 | #define LCCR3_19BPP (7 << 24) | ||
30 | #define LCCR3_19BPP_P (1 << 29) | ||
31 | #define LCCR3_24BPP ((1 << 29) | (1 << 24)) | ||
32 | #define LCCR3_25BPP ((1 << 29) | (2 << 24)) | ||
27 | 33 | ||
28 | #define LCCR3_PDFOR_0 (0 << 30) | 34 | #define LCCR3_PDFOR_0 (0 << 30) |
29 | #define LCCR3_PDFOR_1 (1 << 30) | 35 | #define LCCR3_PDFOR_1 (1 << 30) |