Lines Matching +full:control +full:- +full:channel

1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * vs6624 - ST VS6624 CMOS image sensor registers
11 /* low level control registers */
21 /* host interface manager control */
22 #define VS6624_USER_CMD 0x0180 /* user level control of operating states */
25 /* run mode control */
40 #define VS6624_ZOOM_CTRL0 0x0392 /* control zoon in, out and stop */
45 #define VS6624_PAN_CTRL0 0x039C /* control pan operation */
57 #define VS6624_CONTRAST0 0x03B4 /* contrast control for output */
58 #define VS6624_SATURATION0 0x03B6 /* saturation control for output */
62 #define VS6624_CHANNEL_ID0 0x03BE /* logical DMA channel number */
73 #define VS6624_ZOOM_CTRL1 0x0412 /* control zoon in, out and stop */
78 #define VS6624_PAN_CTRL1 0x041C /* control pan operation */
90 #define VS6624_CONTRAST1 0x0434 /* contrast control for output */
91 #define VS6624_SATURATION1 0x0436 /* saturation control for output */
95 #define VS6624_CHANNEL_ID1 0x043E /* logical DMA channel number */
96 /* view live control */
107 /* video timing control */
112 /* static frame rate control */
116 /* automatic frame rate control */
150 /* white balance control */
152 #define VS6624_MAN_RG 0x1482 /* user setting for red channel gain */
153 #define VS6624_MAN_GG 0x1484 /* user setting for green channel gain */
154 #define VS6624_MAN_BG 0x1486 /* user setting for blue channel gain */
167 /* flash control */
178 /* demosaic control */
188 /* peaking control */
206 /* pipe 0 RGB to YUV matrix manual control */
232 /* pipe 1 RGB to YUV matrix manual control */
258 /* pipe 0 gamma manual control */
260 #define VS6624_GAMMA_PEAK_R0 0x2282 /* peaked red channel gamma value */
261 #define VS6624_GAMMA_PEAK_G0 0x2284 /* peaked green channel gamma value */
262 #define VS6624_GAMMA_PEAK_B0 0x2286 /* peaked blue channel gamma value */
263 #define VS6624_GAMMA_UNPEAK_R0 0x2288 /* unpeaked red channel gamma value */
264 #define VS6624_GAMMA_UNPEAK_G0 0x228A /* unpeaked green channel gamma value */
265 #define VS6624_GAMMA_UNPEAK_B0 0x228C /* unpeaked blue channel gamma value */
266 /* pipe 1 gamma manual control */
268 #define VS6624_GAMMA_PEAK_R1 0x2302 /* peaked red channel gamma value */
269 #define VS6624_GAMMA_PEAK_G1 0x2304 /* peaked green channel gamma value */
270 #define VS6624_GAMMA_PEAK_B1 0x2306 /* peaked blue channel gamma value */
271 #define VS6624_GAMMA_UNPEAK_R1 0x2308 /* unpeaked red channel gamma value */
272 #define VS6624_GAMMA_UNPEAK_G1 0x230A /* unpeaked green channel gamma value */
273 #define VS6624_GAMMA_UNPEAK_B1 0x230C /* unpeaked blue channel gamma value */
284 /* output formatter control */
312 #define VS6624_NORA_DISABLE 0x2600 /* NoRA control mode */