0001
0002
0003
0004
0005
0006
0007
0008 #ifndef _ADV7183_REGS_H_
0009 #define _ADV7183_REGS_H_
0010
0011 #define ADV7183_IN_CTRL 0x00
0012 #define ADV7183_VD_SEL 0x01
0013 #define ADV7183_OUT_CTRL 0x03
0014 #define ADV7183_EXT_OUT_CTRL 0x04
0015 #define ADV7183_AUTO_DET_EN 0x07
0016 #define ADV7183_CONTRAST 0x08
0017 #define ADV7183_BRIGHTNESS 0x0A
0018 #define ADV7183_HUE 0x0B
0019 #define ADV7183_DEF_Y 0x0C
0020 #define ADV7183_DEF_C 0x0D
0021 #define ADV7183_ADI_CTRL 0x0E
0022 #define ADV7183_POW_MANAGE 0x0F
0023 #define ADV7183_STATUS_1 0x10
0024 #define ADV7183_IDENT 0x11
0025 #define ADV7183_STATUS_2 0x12
0026 #define ADV7183_STATUS_3 0x13
0027 #define ADV7183_ANAL_CLAMP_CTRL 0x14
0028 #define ADV7183_DIGI_CLAMP_CTRL_1 0x15
0029 #define ADV7183_SHAP_FILT_CTRL 0x17
0030 #define ADV7183_SHAP_FILT_CTRL_2 0x18
0031 #define ADV7183_COMB_FILT_CTRL 0x19
0032 #define ADV7183_ADI_CTRL_2 0x1D
0033 #define ADV7183_PIX_DELAY_CTRL 0x27
0034 #define ADV7183_MISC_GAIN_CTRL 0x2B
0035 #define ADV7183_AGC_MODE_CTRL 0x2C
0036 #define ADV7183_CHRO_GAIN_CTRL_1 0x2D
0037 #define ADV7183_CHRO_GAIN_CTRL_2 0x2E
0038 #define ADV7183_LUMA_GAIN_CTRL_1 0x2F
0039 #define ADV7183_LUMA_GAIN_CTRL_2 0x30
0040 #define ADV7183_VS_FIELD_CTRL_1 0x31
0041 #define ADV7183_VS_FIELD_CTRL_2 0x32
0042 #define ADV7183_VS_FIELD_CTRL_3 0x33
0043 #define ADV7183_HS_POS_CTRL_1 0x34
0044 #define ADV7183_HS_POS_CTRL_2 0x35
0045 #define ADV7183_HS_POS_CTRL_3 0x36
0046 #define ADV7183_POLARITY 0x37
0047 #define ADV7183_NTSC_COMB_CTRL 0x38
0048 #define ADV7183_PAL_COMB_CTRL 0x39
0049 #define ADV7183_ADC_CTRL 0x3A
0050 #define ADV7183_MAN_WIN_CTRL 0x3D
0051 #define ADV7183_RESAMPLE_CTRL 0x41
0052 #define ADV7183_GEMSTAR_CTRL_1 0x48
0053 #define ADV7183_GEMSTAR_CTRL_2 0x49
0054 #define ADV7183_GEMSTAR_CTRL_3 0x4A
0055 #define ADV7183_GEMSTAR_CTRL_4 0x4B
0056 #define ADV7183_GEMSTAR_CTRL_5 0x4C
0057 #define ADV7183_CTI_DNR_CTRL_1 0x4D
0058 #define ADV7183_CTI_DNR_CTRL_2 0x4E
0059 #define ADV7183_CTI_DNR_CTRL_4 0x50
0060 #define ADV7183_LOCK_CNT 0x51
0061 #define ADV7183_FREE_LINE_LEN 0x8F
0062 #define ADV7183_VBI_INFO 0x90
0063 #define ADV7183_WSS_1 0x91
0064 #define ADV7183_WSS_2 0x92
0065 #define ADV7183_EDTV_1 0x93
0066 #define ADV7183_EDTV_2 0x94
0067 #define ADV7183_EDTV_3 0x95
0068 #define ADV7183_CGMS_1 0x96
0069 #define ADV7183_CGMS_2 0x97
0070 #define ADV7183_CGMS_3 0x98
0071 #define ADV7183_CCAP_1 0x99
0072 #define ADV7183_CCAP_2 0x9A
0073 #define ADV7183_LETTERBOX_1 0x9B
0074 #define ADV7183_LETTERBOX_2 0x9C
0075 #define ADV7183_LETTERBOX_3 0x9D
0076 #define ADV7183_CRC_EN 0xB2
0077 #define ADV7183_ADC_SWITCH_1 0xC3
0078 #define ADV7183_ADC_SWITCH_2 0xC4
0079 #define ADV7183_LETTERBOX_CTRL_1 0xDC
0080 #define ADV7183_LETTERBOX_CTRL_2 0xDD
0081 #define ADV7183_SD_OFFSET_CB 0xE1
0082 #define ADV7183_SD_OFFSET_CR 0xE2
0083 #define ADV7183_SD_SATURATION_CB 0xE3
0084 #define ADV7183_SD_SATURATION_CR 0xE4
0085 #define ADV7183_NTSC_V_BEGIN 0xE5
0086 #define ADV7183_NTSC_V_END 0xE6
0087 #define ADV7183_NTSC_F_TOGGLE 0xE7
0088 #define ADV7183_PAL_V_BEGIN 0xE8
0089 #define ADV7183_PAL_V_END 0xE9
0090 #define ADV7183_PAL_F_TOGGLE 0xEA
0091 #define ADV7183_DRIVE_STR 0xF4
0092 #define ADV7183_IF_COMP_CTRL 0xF8
0093 #define ADV7183_VS_MODE_CTRL 0xF9
0094
0095 #endif