Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/tuners/
H A Dit913x.c214 u32 pre_lo_freq, t_cal_freq; in it913x_set_params() local
274 t_cal_freq = (c->frequency / 1000) * n_div * dev->fdiv; in it913x_set_params()
275 pre_lo_freq = t_cal_freq / dev->xtal; in it913x_set_params()
278 if ((t_cal_freq - utmp) >= (dev->xtal >> 1)) in it913x_set_params()
283 t_cal_freq = pre_lo_freq + (u32)iqik_m_cal; in it913x_set_params()
285 t_cal_freq, pre_lo_freq); in it913x_set_params()
345 ret = regmap_write(dev->regmap, 0x80ec4d, (t_cal_freq >> 0) & 0xff); in it913x_set_params()
349 ret = regmap_write(dev->regmap, 0x80ec4e, (t_cal_freq >> 8) & 0xff); in it913x_set_params()