Lines Matching refs:tuner_frequency
705 int tuner_frequency = 0; in philips_tu1216_tuner_set_params() local
709 tuner_frequency = c->frequency + 36166000; in philips_tu1216_tuner_set_params()
710 if (tuner_frequency < 87000000) in philips_tu1216_tuner_set_params()
712 else if (tuner_frequency < 130000000) in philips_tu1216_tuner_set_params()
714 else if (tuner_frequency < 160000000) in philips_tu1216_tuner_set_params()
716 else if (tuner_frequency < 200000000) in philips_tu1216_tuner_set_params()
718 else if (tuner_frequency < 290000000) in philips_tu1216_tuner_set_params()
720 else if (tuner_frequency < 420000000) in philips_tu1216_tuner_set_params()
722 else if (tuner_frequency < 480000000) in philips_tu1216_tuner_set_params()
724 else if (tuner_frequency < 620000000) in philips_tu1216_tuner_set_params()
726 else if (tuner_frequency < 830000000) in philips_tu1216_tuner_set_params()
728 else if (tuner_frequency < 895000000) in philips_tu1216_tuner_set_params()
765 tuner_frequency = (((c->frequency / 1000) * 6) + 217496) / 1000; in philips_tu1216_tuner_set_params()
768 tuner_buf[0] = (tuner_frequency >> 8) & 0x7f; in philips_tu1216_tuner_set_params()
769 tuner_buf[1] = tuner_frequency & 0xff; in philips_tu1216_tuner_set_params()