Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/i2c/
H A Dov5693.c765 unsigned int tgt_fps; in __ov5693_calc_vts() local
767 tgt_fps = rounddown(OV5693_PIXEL_RATE / OV5693_FIXED_PPL / height, 30); in __ov5693_calc_vts()
769 return ALIGN_DOWN(OV5693_PIXEL_RATE / OV5693_FIXED_PPL / tgt_fps, 2); in __ov5693_calc_vts()
H A Dhi846.c1724 u32 tgt_fps; in hi846_set_format() local
1768 tgt_fps = hi846->cur_mode->fps; in hi846_set_format()
1769 dev_dbg(&client->dev, "%s: target fps: %d\n", __func__, tgt_fps); in hi846_set_format()