Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dgc2093.c831 u16 vb = 0, cur_vts = 0, short_exp = 0, middle_exp = 0; in gc2093_ioctl() local
880 short_exp = hdrae_exp->short_exp_reg; in gc2093_ioctl()
882 short_exp = vb - 8; in gc2093_ioctl()
889 if (short_exp + hdrae_exp->middle_exp_reg > cur_vts) { in gc2093_ioctl()
890 middle_exp = cur_vts - short_exp; in gc2093_ioctl()
897 __func__, middle_exp, short_exp); in gc2093_ioctl()
903 (short_exp >> 8) & 0x3f); in gc2093_ioctl()
905 short_exp & 0xff); in gc2093_ioctl()