0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011 #ifndef _WM8505FB_REGS_H
0012 #define _WM8505FB_REGS_H
0013
0014
0015
0016
0017
0018
0019
0020
0021
0022 #define WMT_GOVR_COLORSPACE 0x1e4
0023
0024
0025
0026
0027
0028 #define WMT_GOVR_COLORSPACE1 0x30
0029
0030 #define WMT_GOVR_CONTRAST 0x1b8
0031 #define WMT_GOVR_BRGHTNESS 0x1bc
0032
0033
0034 #define WMT_GOVR_FBADDR 0x90
0035 #define WMT_GOVR_FBADDR1 0x94
0036
0037
0038 #define WMT_GOVR_XPAN 0xa4
0039 #define WMT_GOVR_YPAN 0xa0
0040
0041 #define WMT_GOVR_XRES 0x98
0042 #define WMT_GOVR_XRES_VIRTUAL 0x9c
0043
0044 #define WMT_GOVR_MIF_ENABLE 0x80
0045 #define WMT_GOVR_FHI 0xa8
0046 #define WMT_GOVR_REG_UPDATE 0xe4
0047
0048
0049
0050
0051
0052
0053 #define WMT_GOVR_DVO_SET 0x148
0054
0055
0056 #define WMT_GOVR_TG 0x100
0057
0058
0059 #define WMT_GOVR_TIMING_H_ALL 0x108
0060 #define WMT_GOVR_TIMING_V_ALL 0x10c
0061 #define WMT_GOVR_TIMING_V_START 0x110
0062 #define WMT_GOVR_TIMING_V_END 0x114
0063 #define WMT_GOVR_TIMING_H_START 0x118
0064 #define WMT_GOVR_TIMING_H_END 0x11c
0065 #define WMT_GOVR_TIMING_V_SYNC 0x128
0066 #define WMT_GOVR_TIMING_H_SYNC 0x12c
0067
0068 #endif