Lines Matching refs:tuner_frequency
708 int tuner_frequency = 0; in philips_tu1216_tuner_set_params() local
712 tuner_frequency = c->frequency + 36166000; in philips_tu1216_tuner_set_params()
713 if (tuner_frequency < 87000000) in philips_tu1216_tuner_set_params()
715 else if (tuner_frequency < 130000000) in philips_tu1216_tuner_set_params()
717 else if (tuner_frequency < 160000000) in philips_tu1216_tuner_set_params()
719 else if (tuner_frequency < 200000000) in philips_tu1216_tuner_set_params()
721 else if (tuner_frequency < 290000000) in philips_tu1216_tuner_set_params()
723 else if (tuner_frequency < 420000000) in philips_tu1216_tuner_set_params()
725 else if (tuner_frequency < 480000000) in philips_tu1216_tuner_set_params()
727 else if (tuner_frequency < 620000000) in philips_tu1216_tuner_set_params()
729 else if (tuner_frequency < 830000000) in philips_tu1216_tuner_set_params()
731 else if (tuner_frequency < 895000000) in philips_tu1216_tuner_set_params()
768 tuner_frequency = (((c->frequency / 1000) * 6) + 217496) / 1000; in philips_tu1216_tuner_set_params()
771 tuner_buf[0] = (tuner_frequency >> 8) & 0x7f; in philips_tu1216_tuner_set_params()
772 tuner_buf[1] = tuner_frequency & 0xff; in philips_tu1216_tuner_set_params()