Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/i2c/
H A Dov7740.c43 #define REG13_AGC_EN 0x04 macro
388 ret = regmap_update_bits(regmap, REG_REG13, REG13_AGC_EN, 0); in ov7740_set_gain()
402 reg |= REG13_AGC_EN; in ov7740_set_autogain()
404 reg &= ~REG13_AGC_EN; in ov7740_set_autogain()
412 regmap_update_bits(regmap, REG_REG13, REG13_AGC_EN, 0); in ov7740_set_brightness()
478 REG13_AEC_EN | REG13_AGC_EN, 0); in ov7740_set_exp()
498 reg |= (REG13_AEC_EN | REG13_AGC_EN); in ov7740_set_autoexp()
500 reg &= ~(REG13_AEC_EN | REG13_AGC_EN); in ov7740_set_autoexp()