Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/media/i2c/
Dov5640.c1417 u32 band_step60, max_band60, band_step50, max_band50, prev_vts; in ov5640_set_bandingfilter() local
1443 band_step60 = sensor->prev_sysclk * 100 / sensor->prev_hts * 100 / 120; in ov5640_set_bandingfilter()
1444 ret = ov5640_write_reg16(sensor, OV5640_REG_AEC_B60_STEP, band_step60); in ov5640_set_bandingfilter()
1447 if (!band_step60) in ov5640_set_bandingfilter()
1449 max_band60 = (int)((prev_vts - 4) / band_step60); in ov5640_set_bandingfilter()