Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/i2c/
Dov7740.c43 #define REG13_AGC_EN 0x04 macro
385 ret = regmap_update_bits(regmap, REG_REG13, REG13_AGC_EN, 0); in ov7740_set_gain()
399 reg |= REG13_AGC_EN; in ov7740_set_autogain()
401 reg &= ~REG13_AGC_EN; in ov7740_set_autogain()
409 regmap_update_bits(regmap, REG_REG13, REG13_AGC_EN, 0); in ov7740_set_brightness()
475 REG13_AEC_EN | REG13_AGC_EN, 0); in ov7740_set_exp()
495 reg |= (REG13_AEC_EN | REG13_AGC_EN); in ov7740_set_autoexp()
497 reg &= ~(REG13_AEC_EN | REG13_AGC_EN); in ov7740_set_autoexp()