• Home
  • Raw
  • Download

Lines Matching +full:output +full:- +full:low

1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * vs6624 - ST VS6624 CMOS image sensor registers
11 /* low level control registers */
31 #define VS6624_IMAGE_SIZE0 0x0380 /* required output dimension */
55 #define VS6624_IMG_FMT0 0x03B0 /* select required output image format */
56 #define VS6624_BAYER_OUT_ALIGN0 0x03B2 /* set bayer output alignment */
57 #define VS6624_CONTRAST0 0x03B4 /* contrast control for output */
58 #define VS6624_SATURATION0 0x03B6 /* saturation control for output */
64 #define VS6624_IMAGE_SIZE1 0x0400 /* required output dimension */
88 #define VS6624_IMG_FMT1 0x0430 /* select required output image format */
89 #define VS6624_BAYER_OUT_ALIGN1 0x0432 /* set bayer output alignment */
90 #define VS6624_CONTRAST1 0x0434 /* contrast control for output */
91 #define VS6624_SATURATION1 0x0436 /* saturation control for output */
182 #define VS6624_CM_LOW_THR_MSB 0x1F03 /* low threshold for exposure MSB */
183 #define VS6624_CM_LOW_THR_LSB 0x1F04 /* low threshold for exposure LSB */
186 #define VS6624_CM_MIN_OUT_MSB 0x1F0B /* minimum possible damper output MSB */
187 #define VS6624_CM_MIN_OUT_LSB 0x1F0C /* minimum possible damper output LSB */
191 #define VS6624_PEAK_LOW_THR_G_MSB 0x2005 /* low threshold for exposure for gain MSB */
192 #define VS6624_PEAK_LOW_THR_G_LSB 0x2006 /* low threshold for exposure for gain LSB */
195 #define VS6624_PEAK_MIN_OUT_G_MSB 0x200D /* minimum damper output for gain MSB */
196 #define VS6624_PEAK_MIN_OUT_G_LSB 0x200E /* minimum damper output for gain LSB */
200 #define VS6624_PEAK_LOW_THR_C_MSB 0x2017 /* low threshold for exposure for coring MSB */
201 #define VS6624_PEAK_LOW_THR_C_LSB 0x2018 /* low threshold for exposure for coring LSB */
204 #define VS6624_PEAK_MIN_OUT_C_MSB 0x201F /* minimum damper output for coring MSB */
205 #define VS6624_PEAK_MIN_OUT_C_LSB 0x2020 /* minimum damper output for coring LSB */
278 #define VS6624_F2B_LOW_THR_MSB 0x2487 /* low threshold for exposure MSB */
279 #define VS6624_F2B_LOW_THR_LSB 0x2488 /* low threshold for exposure LSB */
282 #define VS6624_F2B_MIN_OUT_MSB 0x248F /* minimum damper output MSB */
283 #define VS6624_F2B_MIN_OUT_LSB 0x2490 /* minimum damper output LSB */
284 /* output formatter control */
292 #define VS6624_OPF_SP_SETUP 0x258E /* output formatter sp setup */
298 #define VS6624_VSYNC_RIS_COARSE_L 0x259A /* V sync rising coarse low */
300 #define VS6624_VSYNC_RIS_FINE_L 0x259E /* V sync rising fine low */
302 #define VS6624_VSYNC_FALL_COARSE_L 0x25A2 /* V sync falling coarse low */
304 #define VS6624_VSYNC_FALL_FINE_L 0x25A6 /* V sync falling fine low */
306 #define VS6624_HSYNC_RIS_L 0x25AA /* H sync rising low */
308 #define VS6624_HSYNC_FALL_L 0x25AE /* H sync falling low */
309 #define VS6624_OUT_IF 0x25B0 /* output interface */
318 #define VS6624_NORA_LOW_THR_MSB 0x260D /* low threshold for exposure MSB */
319 #define VS6624_NORA_LOW_THR_LSB 0x260E /* low threshold for exposure LSB */
322 #define VS6624_NORA_MIN_OUT_MSB 0x2615 /* minimum damper output MSB */
323 #define VS6624_NORA_MIN_OUT_LSB 0x2616 /* minimum damper output LSB */