diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/video/ov772x.c | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/drivers/media/video/ov772x.c b/drivers/media/video/ov772x.c index d3b54a41758a..96964b79afac 100644 --- a/drivers/media/video/ov772x.c +++ b/drivers/media/video/ov772x.c | |||
@@ -112,34 +112,34 @@ | |||
112 | #define AREF7 0x55 /* Analog reference control */ | 112 | #define AREF7 0x55 /* Analog reference control */ |
113 | #define UFIX 0x60 /* U channel fixed value output */ | 113 | #define UFIX 0x60 /* U channel fixed value output */ |
114 | #define VFIX 0x61 /* V channel fixed value output */ | 114 | #define VFIX 0x61 /* V channel fixed value output */ |
115 | #define AW_BB_BLK 0x62 /* AWB option for advanced AWB */ | 115 | #define AWBB_BLK 0x62 /* AWB option for advanced AWB */ |
116 | #define AW_B_CTRL0 0x63 /* AWB control byte 0 */ | 116 | #define AWB_CTRL0 0x63 /* AWB control byte 0 */ |
117 | #define DSP_CTRL1 0x64 /* DSP control byte 1 */ | 117 | #define DSP_CTRL1 0x64 /* DSP control byte 1 */ |
118 | #define DSP_CTRL2 0x65 /* DSP control byte 2 */ | 118 | #define DSP_CTRL2 0x65 /* DSP control byte 2 */ |
119 | #define DSP_CTRL3 0x66 /* DSP control byte 3 */ | 119 | #define DSP_CTRL3 0x66 /* DSP control byte 3 */ |
120 | #define DSP_CTRL4 0x67 /* DSP control byte 4 */ | 120 | #define DSP_CTRL4 0x67 /* DSP control byte 4 */ |
121 | #define AW_B_BIAS 0x68 /* AWB BLC level clip */ | 121 | #define AWB_BIAS 0x68 /* AWB BLC level clip */ |
122 | #define AW_BCTRL1 0x69 /* AWB control 1 */ | 122 | #define AWB_CTRL1 0x69 /* AWB control 1 */ |
123 | #define AW_BCTRL2 0x6A /* AWB control 2 */ | 123 | #define AWB_CTRL2 0x6A /* AWB control 2 */ |
124 | #define AW_BCTRL3 0x6B /* AWB control 3 */ | 124 | #define AWB_CTRL3 0x6B /* AWB control 3 */ |
125 | #define AW_BCTRL4 0x6C /* AWB control 4 */ | 125 | #define AWB_CTRL4 0x6C /* AWB control 4 */ |
126 | #define AW_BCTRL5 0x6D /* AWB control 5 */ | 126 | #define AWB_CTRL5 0x6D /* AWB control 5 */ |
127 | #define AW_BCTRL6 0x6E /* AWB control 6 */ | 127 | #define AWB_CTRL6 0x6E /* AWB control 6 */ |
128 | #define AW_BCTRL7 0x6F /* AWB control 7 */ | 128 | #define AWB_CTRL7 0x6F /* AWB control 7 */ |
129 | #define AW_BCTRL8 0x70 /* AWB control 8 */ | 129 | #define AWB_CTRL8 0x70 /* AWB control 8 */ |
130 | #define AW_BCTRL9 0x71 /* AWB control 9 */ | 130 | #define AWB_CTRL9 0x71 /* AWB control 9 */ |
131 | #define AW_BCTRL10 0x72 /* AWB control 10 */ | 131 | #define AWB_CTRL10 0x72 /* AWB control 10 */ |
132 | #define AW_BCTRL11 0x73 /* AWB control 11 */ | 132 | #define AWB_CTRL11 0x73 /* AWB control 11 */ |
133 | #define AW_BCTRL12 0x74 /* AWB control 12 */ | 133 | #define AWB_CTRL12 0x74 /* AWB control 12 */ |
134 | #define AW_BCTRL13 0x75 /* AWB control 13 */ | 134 | #define AWB_CTRL13 0x75 /* AWB control 13 */ |
135 | #define AW_BCTRL14 0x76 /* AWB control 14 */ | 135 | #define AWB_CTRL14 0x76 /* AWB control 14 */ |
136 | #define AW_BCTRL15 0x77 /* AWB control 15 */ | 136 | #define AWB_CTRL15 0x77 /* AWB control 15 */ |
137 | #define AW_BCTRL16 0x78 /* AWB control 16 */ | 137 | #define AWB_CTRL16 0x78 /* AWB control 16 */ |
138 | #define AW_BCTRL17 0x79 /* AWB control 17 */ | 138 | #define AWB_CTRL17 0x79 /* AWB control 17 */ |
139 | #define AW_BCTRL18 0x7A /* AWB control 18 */ | 139 | #define AWB_CTRL18 0x7A /* AWB control 18 */ |
140 | #define AW_BCTRL19 0x7B /* AWB control 19 */ | 140 | #define AWB_CTRL19 0x7B /* AWB control 19 */ |
141 | #define AW_BCTRL20 0x7C /* AWB control 20 */ | 141 | #define AWB_CTRL20 0x7C /* AWB control 20 */ |
142 | #define AW_BCTRL21 0x7D /* AWB control 21 */ | 142 | #define AWB_CTRL21 0x7D /* AWB control 21 */ |
143 | #define GAM1 0x7E /* Gamma Curve 1st segment input end point */ | 143 | #define GAM1 0x7E /* Gamma Curve 1st segment input end point */ |
144 | #define GAM2 0x7F /* Gamma Curve 2nd segment input end point */ | 144 | #define GAM2 0x7F /* Gamma Curve 2nd segment input end point */ |
145 | #define GAM3 0x80 /* Gamma Curve 3rd segment input end point */ | 145 | #define GAM3 0x80 /* Gamma Curve 3rd segment input end point */ |