band_step60      1459 drivers/media/i2c/ov5640.c 	u32 band_step60, max_band60, band_step50, max_band50, prev_vts;
band_step60      1485 drivers/media/i2c/ov5640.c 	band_step60 = sensor->prev_sysclk * 100 / sensor->prev_hts * 100 / 120;
band_step60      1486 drivers/media/i2c/ov5640.c 	ret = ov5640_write_reg16(sensor, OV5640_REG_AEC_B60_STEP, band_step60);
band_step60      1489 drivers/media/i2c/ov5640.c 	if (!band_step60)
band_step60      1491 drivers/media/i2c/ov5640.c 	max_band60 = (int)((prev_vts - 4) / band_step60);