Lines Matching refs:tuner_frequency
289 int tuner_frequency = 0; in philips_tda6651_pll_set() local
293 tuner_frequency = c->frequency + 36166000; in philips_tda6651_pll_set()
294 if (tuner_frequency < 87000000) in philips_tda6651_pll_set()
296 else if (tuner_frequency < 130000000) in philips_tda6651_pll_set()
298 else if (tuner_frequency < 160000000) in philips_tda6651_pll_set()
300 else if (tuner_frequency < 200000000) in philips_tda6651_pll_set()
302 else if (tuner_frequency < 290000000) in philips_tda6651_pll_set()
304 else if (tuner_frequency < 420000000) in philips_tda6651_pll_set()
306 else if (tuner_frequency < 480000000) in philips_tda6651_pll_set()
308 else if (tuner_frequency < 620000000) in philips_tda6651_pll_set()
310 else if (tuner_frequency < 830000000) in philips_tda6651_pll_set()
312 else if (tuner_frequency < 895000000) in philips_tda6651_pll_set()
350 tuner_frequency = (((c->frequency / 1000) * 6) + 217496) / 1000; in philips_tda6651_pll_set()
353 tuner_buf[0] = (tuner_frequency >> 8) & 0x7f; in philips_tda6651_pll_set()
354 tuner_buf[1] = tuner_frequency & 0xff; in philips_tda6651_pll_set()