diff options
| author | Bertrik Sikken <bertrik@sikken.nl> | 2009-10-18 19:44:50 +0000 |
|---|---|---|
| committer | Bertrik Sikken <bertrik@sikken.nl> | 2009-10-18 19:44:50 +0000 |
| commit | 8ce01bac896f0f87d79c87547ae0796edbef5b7d (patch) | |
| tree | e2af97f528f99e7a1b539ce4c7fe824d19f4a9ff /firmware/export | |
| parent | d24d885aa42b5087d89f12dabad13895051da4e2 (diff) | |
| download | rockbox-8ce01bac896f0f87d79c87547ae0796edbef5b7d.zip rockbox-8ce01bac896f0f87d79c87547ae0796edbef5b7d.tar.gz rockbox-8ce01bac896f0f87d79c87547ae0796edbef5b7d.tar.bz2 rockbox-8ce01bac896f0f87d79c87547ae0796edbef5b7d.tar.xz | |
S5l8700: fix some CLCD controller register names
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23247 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/s5l8700.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/firmware/export/s5l8700.h b/firmware/export/s5l8700.h index fe1d9ea..70c601a 100644 --- a/firmware/export/s5l8700.h +++ b/firmware/export/s5l8700.h @@ -631,11 +631,11 @@ #define LCDF1SADDR3 (*(REG32_PTR_T)(0x39200048)) /* Virtual screen address set for Fore-Ground(OSD) buffer 1 */ #define LCDF2SADDR3 (*(REG32_PTR_T)(0x3920004C)) /* Virtual screen address set for Fore-Ground(OSD) buffer 2 */ #define LCDINTCON (*(REG32_PTR_T)(0x39200050)) /* Indicate the LCD interrupt control register */ -#define KEYCON (*(REG32_PTR_T)(0x39200054)) /* Color key control register */ -#define COLVAL (*(REG32_PTR_T)(0x39200058)) /* Color key value ( transparent value) register */ -#define BGCON (*(REG32_PTR_T)(0x3920005C)) /* Back-Ground color control */ -#define FGCON (*(REG32_PTR_T)(0x39200060)) /* Fore-Ground color control */ -#define DITHMODE (*(REG32_PTR_T)(0x39200064)) /* Dithering mode register. */ +#define LCDKEYCON (*(REG32_PTR_T)(0x39200054)) /* Color key control register */ +#define LCDCOLVAL (*(REG32_PTR_T)(0x39200058)) /* Color key value ( transparent value) register */ +#define LCDBGCON (*(REG32_PTR_T)(0x3920005C)) /* Back-Ground color control */ +#define LCDFGCON (*(REG32_PTR_T)(0x39200060)) /* Fore-Ground color control */ +#define LCDDITHMODE (*(REG32_PTR_T)(0x39200064)) /* Dithering mode register. */ /* 28. ATA CONTROLLER */ #define ATA_CONTROL (*(REG32_PTR_T)(0x38E00000)) /* Enable and clock down status */ |