Searched refs:tuner_frequency (Results 1 – 8 of 8) sorted by relevance
750 int tuner_frequency = 0; in philips_tdm1316l_tuner_set_params() local754 tuner_frequency = p->frequency + 36130000; in philips_tdm1316l_tuner_set_params()755 if (tuner_frequency < 87000000) in philips_tdm1316l_tuner_set_params()757 else if (tuner_frequency < 130000000) in philips_tdm1316l_tuner_set_params()759 else if (tuner_frequency < 160000000) in philips_tdm1316l_tuner_set_params()761 else if (tuner_frequency < 200000000) in philips_tdm1316l_tuner_set_params()763 else if (tuner_frequency < 290000000) in philips_tdm1316l_tuner_set_params()765 else if (tuner_frequency < 420000000) in philips_tdm1316l_tuner_set_params()767 else if (tuner_frequency < 480000000) in philips_tdm1316l_tuner_set_params()769 else if (tuner_frequency < 620000000) in philips_tdm1316l_tuner_set_params()[all …]
708 int tuner_frequency = 0; in philips_tu1216_tuner_set_params() local712 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()[all …]
1083 int tuner_frequency = 0; in philips_tdm1316l_tuner_set_params() local1087 tuner_frequency = p->frequency + 36130000; in philips_tdm1316l_tuner_set_params()1088 if (tuner_frequency < 87000000) return -EINVAL; in philips_tdm1316l_tuner_set_params()1089 else if (tuner_frequency < 130000000) cp = 3; in philips_tdm1316l_tuner_set_params()1090 else if (tuner_frequency < 160000000) cp = 5; in philips_tdm1316l_tuner_set_params()1091 else if (tuner_frequency < 200000000) cp = 6; in philips_tdm1316l_tuner_set_params()1092 else if (tuner_frequency < 290000000) cp = 3; in philips_tdm1316l_tuner_set_params()1093 else if (tuner_frequency < 420000000) cp = 5; in philips_tdm1316l_tuner_set_params()1094 else if (tuner_frequency < 480000000) cp = 6; in philips_tdm1316l_tuner_set_params()1095 else if (tuner_frequency < 620000000) cp = 3; in philips_tdm1316l_tuner_set_params()[all …]
289 int tuner_frequency = 0; in philips_tda6651_pll_set() local293 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()[all …]
45 u32 tuner_frequency; member512 state->tuner_frequency = c->frequency; in stv0288_set_frontend()590 state->tuner_frequency = 0; in stv0288_attach()
42 u32 tuner_frequency; member706 state->tuner_frequency = c->frequency; in m88rs2000_set_frontend()716 c->frequency = state->tuner_frequency; in m88rs2000_get_frontend()804 state->tuner_frequency = 0; in m88rs2000_attach()
63 u32 tuner_frequency; member598 state->tuner_frequency = p->frequency; in stv0299_set_frontend()692 state->tuner_frequency = 0; in stv0299_attach()
310 u32 tuner_frequency, target_mclk; in m88ds3103_set_frontend() local347 ret = fe->ops.tuner_ops.get_frequency(fe, &tuner_frequency); in m88ds3103_set_frontend()356 tuner_frequency = c->frequency; in m88ds3103_set_frontend()604 (tuner_frequency - c->frequency)); in m88ds3103_set_frontend()606 s32tmp = 0x10000 * (tuner_frequency - c->frequency); in m88ds3103_set_frontend()