tizen 2.4 release
[profile/mobile/platform/kernel/u-boot-tm1.git] / arch / arm / include / asm / arch-sc8810 / lcm_reg_v3.h
1 /******************************************************************************
2  ** File Name:    lcm_v3_reg.h                                      *
3  ** Author:       Jianping.Wang                                     *
4  ** DATE:         01/21/2006                                        *
5  ** Copyright:    2006 Spreatrum, Incoporated. All Rights Reserved. *
6  ** Description:                                                    *
7  ******************************************************************************/
8 /******************************************************************************
9  **                   Edit    History                               *
10  **---------------------------------------------------------------------------*
11  ** DATE          NAME            DESCRIPTION                       *
12
13  ******************************************************************************/
14 #ifndef _LCM_V3_REG_H_
15 #define _LCM_V3_REG_H_
16 /*----------------------------------------------------------------------------*
17  **                          Dependencies                           *
18  **---------------------------------------------------------------------------*/
19
20 /**---------------------------------------------------------------------------*
21  **                          Compiler Flag                          *
22  **---------------------------------------------------------------------------*/
23 #ifdef   __cplusplus
24 extern   "C"
25 {
26 #endif
27 /**---------------------------------------------------------------------------*
28 **                               Macro Define                      **
29 **----------------------------------------------------------------------------*/
30
31 #define LCM_REG_BASE             LCDC_LCM_CTL_BEGIN
32
33 #define LCM_CTRL                 (LCM_REG_BASE)
34 #define LCM_PARAMETER0           (LCM_REG_BASE + 0x04)
35 #define LCM_PARAMETER1           (LCM_REG_BASE + 0x08)
36 #define LCM_RDDATA               (LCM_REG_BASE + 0x0c)
37 #define LCM_RSTN                 (LCM_REG_BASE + 0x10)
38 #define LCM_CD0                  (LCM_REG_BASE + 0x20)
39 #define LCM_DATA0                (LCM_REG_BASE + 0x24)
40
41
42
43 /**---------------------------------------------------------------------------*
44 **                               Data Prototypt                    **
45 **----------------------------------------------------------------------------*/
46
47
48 /**----------------------------------------------------------------------------*
49 **                         Compiler Flag                            **
50 **----------------------------------------------------------------------------*/
51 #ifdef   __cplusplus
52 }
53 #endif
54 /**---------------------------------------------------------------------------*/
55 #endif
56 // End
57
58
59
60