Lines Matching refs:tuner_frequency
276 int tuner_frequency = 0; in philips_tda6651_pll_set() local
280 tuner_frequency = c->frequency + 36166000; in philips_tda6651_pll_set()
281 if (tuner_frequency < 87000000) in philips_tda6651_pll_set()
283 else if (tuner_frequency < 130000000) in philips_tda6651_pll_set()
285 else if (tuner_frequency < 160000000) in philips_tda6651_pll_set()
287 else if (tuner_frequency < 200000000) in philips_tda6651_pll_set()
289 else if (tuner_frequency < 290000000) in philips_tda6651_pll_set()
291 else if (tuner_frequency < 420000000) in philips_tda6651_pll_set()
293 else if (tuner_frequency < 480000000) in philips_tda6651_pll_set()
295 else if (tuner_frequency < 620000000) in philips_tda6651_pll_set()
297 else if (tuner_frequency < 830000000) in philips_tda6651_pll_set()
299 else if (tuner_frequency < 895000000) in philips_tda6651_pll_set()
337 tuner_frequency = (((c->frequency / 1000) * 6) + 217496) / 1000; in philips_tda6651_pll_set()
340 tuner_buf[0] = (tuner_frequency >> 8) & 0x7f; in philips_tda6651_pll_set()
341 tuner_buf[1] = tuner_frequency & 0xff; in philips_tda6651_pll_set()