Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/i2c/
Dov2640.c194 #define COM7 0x12 /* Common control 7 */ macro
375 { COM7, COM7_RES_UXGA | COM7_ZOOM_EN },
692 {COM7, COM7_SRST}, in ov2640_reset()
748 return ov2640_mask_set(client, COM7, COM7_COLOR_BAR_TEST, val); in ov2640_s_ctrl()
Dov772x.c59 #define COM7 0x12 /* Common control 7 */ macro
567 ret = regmap_write(priv->regmap, COM7, SCCB_RESET); in ov772x_reset()
593 ret = regmap_update_bits(priv->regmap, COM7, ITU656_ON_OFF, in ov772x_s_stream()
1128 ret = regmap_write(priv->regmap, COM7, win->com7_bit | cfmt->com7); in ov772x_set_params()