Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dov5640.c1442 u32 fast_high, fast_low; in ov5640_set_ae_target() local
1448 fast_high = sensor->ae_high << 1; in ov5640_set_ae_target()
1449 if (fast_high > 255) in ov5640_set_ae_target()
1450 fast_high = 255; in ov5640_set_ae_target()
1466 ret = ov5640_write_reg(sensor, OV5640_REG_AEC_CTRL11, fast_high); in ov5640_set_ae_target()
/kernel/linux/linux-6.6/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()

Completed in 11 milliseconds