Searched refs:COM7 (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/media/i2c/
H A Dov772x.c59 #define COM7 0x12 /* Common control 7 */ macro
279 /* COM7 */
502 * regardless of the COM7 value. We can thus only support 10-bit
565 ret = regmap_write(priv->regmap, COM7, SCCB_RESET);
591 ret = regmap_update_bits(priv->regmap, COM7, ITU656_ON_OFF,
1141 /* COM7: Sensor resolution and output format control. */
1142 ret = regmap_write(priv->regmap, COM7, win->com7_bit | cfmt->com7);
H A Dov2640.c192 #define COM7 0x12 /* Common control 7 */ macro
371 { COM7, COM7_RES_UXGA | COM7_ZOOM_EN },
688 {COM7, COM7_SRST},
744 return ov2640_mask_set(client, COM7, COM7_COLOR_BAR_TEST, val);

Completed in 147 milliseconds