Searched refs:band_step50 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | ov5640.c | 1391 u32 band_step60, max_band60, band_step50, max_band50, prev_vts; in ov5640_set_bandingfilter() local 1429 band_step50 = sensor->prev_sysclk * 100 / sensor->prev_hts; in ov5640_set_bandingfilter() 1430 ret = ov5640_write_reg16(sensor, OV5640_REG_AEC_B50_STEP, band_step50); in ov5640_set_bandingfilter() 1433 if (!band_step50) in ov5640_set_bandingfilter() 1435 max_band50 = (int)((prev_vts - 4) / band_step50); in ov5640_set_bandingfilter()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | ov5640.c | 1993 u32 band_step60, max_band60, band_step50, max_band50, prev_vts; in ov5640_set_bandingfilter() local 2031 band_step50 = sensor->prev_sysclk * 100 / sensor->prev_hts; in ov5640_set_bandingfilter() 2032 ret = ov5640_write_reg16(sensor, OV5640_REG_AEC_B50_STEP, band_step50); in ov5640_set_bandingfilter() 2035 if (!band_step50) in ov5640_set_bandingfilter() 2037 max_band50 = (int)((prev_vts - 4) / band_step50); in ov5640_set_bandingfilter()
|
Completed in 10 milliseconds