Lines Matching refs:tuner_frequency
691 int tuner_frequency = 0; in philips_tu1216_tuner_set_params() local
695 tuner_frequency = c->frequency + 36166000; in philips_tu1216_tuner_set_params()
696 if (tuner_frequency < 87000000) in philips_tu1216_tuner_set_params()
698 else if (tuner_frequency < 130000000) in philips_tu1216_tuner_set_params()
700 else if (tuner_frequency < 160000000) in philips_tu1216_tuner_set_params()
702 else if (tuner_frequency < 200000000) in philips_tu1216_tuner_set_params()
704 else if (tuner_frequency < 290000000) in philips_tu1216_tuner_set_params()
706 else if (tuner_frequency < 420000000) in philips_tu1216_tuner_set_params()
708 else if (tuner_frequency < 480000000) in philips_tu1216_tuner_set_params()
710 else if (tuner_frequency < 620000000) in philips_tu1216_tuner_set_params()
712 else if (tuner_frequency < 830000000) in philips_tu1216_tuner_set_params()
714 else if (tuner_frequency < 895000000) in philips_tu1216_tuner_set_params()
751 tuner_frequency = (((c->frequency / 1000) * 6) + 217496) / 1000; in philips_tu1216_tuner_set_params()
754 tuner_buf[0] = (tuner_frequency >> 8) & 0x7f; in philips_tu1216_tuner_set_params()
755 tuner_buf[1] = tuner_frequency & 0xff; in philips_tu1216_tuner_set_params()