Searched refs:pre_lo_freq (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/media/tuners/
H A Dit913x.c223 u32 pre_lo_freq, t_cal_freq; it913x_set_params() local
284 pre_lo_freq = t_cal_freq / dev->xtal; it913x_set_params()
285 utmp = pre_lo_freq * dev->xtal; it913x_set_params()
288 pre_lo_freq++; it913x_set_params()
290 pre_lo_freq += (u32) n << 13; it913x_set_params()
292 t_cal_freq = pre_lo_freq + (u32)iqik_m_cal; it913x_set_params()
293 dev_dbg(&dev->client->dev, "t_cal_freq %u, pre_lo_freq %u\n", it913x_set_params()
294 t_cal_freq, pre_lo_freq); it913x_set_params()
362 ret = regmap_write(dev->regmap, 0x80011e, (pre_lo_freq >> 0) & 0xff); it913x_set_params()
366 ret = regmap_write(dev->regmap, 0x80011f, (pre_lo_freq >> 8) & 0xff); it913x_set_params()

Completed in 75 milliseconds