Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/tuners/
Dit913x.c213 u32 pre_lo_freq, t_cal_freq; in it913x_set_params() local
273 t_cal_freq = (c->frequency / 1000) * n_div * dev->fdiv; in it913x_set_params()
274 pre_lo_freq = t_cal_freq / dev->xtal; in it913x_set_params()
277 if ((t_cal_freq - utmp) >= (dev->xtal >> 1)) in it913x_set_params()
282 t_cal_freq = pre_lo_freq + (u32)iqik_m_cal; in it913x_set_params()
284 t_cal_freq, pre_lo_freq); in it913x_set_params()
344 ret = regmap_write(dev->regmap, 0x80ec4d, (t_cal_freq >> 0) & 0xff); in it913x_set_params()
348 ret = regmap_write(dev->regmap, 0x80ec4e, (t_cal_freq >> 8) & 0xff); in it913x_set_params()