Home
last modified time | relevance | path

Searched refs:pre_lo_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
274 pre_lo_freq = t_cal_freq / dev->xtal; in it913x_set_params()
275 utmp = pre_lo_freq * dev->xtal; in it913x_set_params()
278 pre_lo_freq++; in it913x_set_params()
280 pre_lo_freq += (u32) n << 13; 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()
352 ret = regmap_write(dev->regmap, 0x80011e, (pre_lo_freq >> 0) & 0xff); in it913x_set_params()
356 ret = regmap_write(dev->regmap, 0x80011f, (pre_lo_freq >> 8) & 0xff); in it913x_set_params()