Home
last modified time | relevance | path

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

/linux/drivers/media/i2c/
H A Dov5640.c2044 u32 fast_high, fast_low; in ov5640_set_ae_target() local
2050 fast_high = sensor->ae_high << 1; in ov5640_set_ae_target()
2051 if (fast_high > 255) in ov5640_set_ae_target()
2052 fast_high = 255; in ov5640_set_ae_target()
2068 ret = ov5640_write_reg(sensor, OV5640_REG_AEC_CTRL11, fast_high); in ov5640_set_ae_target()