prev_vts         1459 drivers/media/i2c/ov5640.c 	u32 band_step60, max_band60, band_step50, max_band50, prev_vts;
prev_vts         1481 drivers/media/i2c/ov5640.c 	prev_vts = ret;
prev_vts         1491 drivers/media/i2c/ov5640.c 	max_band60 = (int)((prev_vts - 4) / band_step60);
prev_vts         1503 drivers/media/i2c/ov5640.c 	max_band50 = (int)((prev_vts - 4) / band_step50);