Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dov4689.c799 u32 s_exp = ae->short_exp_reg; in ov4689_set_hdrae() local
812 l_exp, m_exp, s_exp, l_gain, m_gain, s_gain); in ov4689_set_hdrae()
818 if (s_exp < 3) in ov4689_set_hdrae()
819 s_exp = 3; in ov4689_set_hdrae()
825 m_exp = s_exp; in ov4689_set_hdrae()
835 m_exp <= s_exp || in ov4689_set_hdrae()
836 l_exp + m_exp + s_exp >= ov4689->cur_vts - 4) { in ov4689_set_hdrae()
839 l_exp, m_exp, s_exp, ov4689->cur_vts); in ov4689_set_hdrae()
859 OV4689_REG_VALUE_24BIT, s_exp << 4); in ov4689_set_hdrae()
H A Dov4686.c762 u32 s_exp = ae->short_exp_reg; in OV4686_set_hdrae() local
776 l_exp, l_gain, m_exp, m_gain, s_exp, s_gain); in OV4686_set_hdrae()
782 if (s_exp < 3) in OV4686_set_hdrae()
783 s_exp = 3; in OV4686_set_hdrae()
789 m_exp = s_exp; in OV4686_set_hdrae()
807 OV4686_REG_VALUE_24BIT, s_exp << 4); in OV4686_set_hdrae()