Lines Matching refs:tuner_frequency
696 int tuner_frequency = 0; in philips_tu1216_tuner_set_params() local
700 tuner_frequency = c->frequency + 36166000; in philips_tu1216_tuner_set_params()
701 if (tuner_frequency < 87000000) in philips_tu1216_tuner_set_params()
703 else if (tuner_frequency < 130000000) in philips_tu1216_tuner_set_params()
705 else if (tuner_frequency < 160000000) in philips_tu1216_tuner_set_params()
707 else if (tuner_frequency < 200000000) in philips_tu1216_tuner_set_params()
709 else if (tuner_frequency < 290000000) in philips_tu1216_tuner_set_params()
711 else if (tuner_frequency < 420000000) in philips_tu1216_tuner_set_params()
713 else if (tuner_frequency < 480000000) in philips_tu1216_tuner_set_params()
715 else if (tuner_frequency < 620000000) in philips_tu1216_tuner_set_params()
717 else if (tuner_frequency < 830000000) in philips_tu1216_tuner_set_params()
719 else if (tuner_frequency < 895000000) in philips_tu1216_tuner_set_params()
756 tuner_frequency = (((c->frequency / 1000) * 6) + 217496) / 1000; in philips_tu1216_tuner_set_params()
759 tuner_buf[0] = (tuner_frequency >> 8) & 0x7f; in philips_tu1216_tuner_set_params()
760 tuner_buf[1] = tuner_frequency & 0xff; in philips_tu1216_tuner_set_params()