Lines Matching refs:band
1083 u8 band, cp, filter; in philips_tdm1316l_tuner_set_params() local
1103 band = 1; in philips_tdm1316l_tuner_set_params()
1105 band = 2; in philips_tdm1316l_tuner_set_params()
1107 band = 4; in philips_tdm1316l_tuner_set_params()
1139 tuner_buf[3] = (cp << 5) | (filter << 3) | band; in philips_tdm1316l_tuner_set_params()
1410 u8 band, cp, filter; in dvbc_philips_tdm1316l_tuner_set_params() local
1415 else if (tuner_frequency < 130000000) {cp = 3; band = 1;} in dvbc_philips_tdm1316l_tuner_set_params()
1416 else if (tuner_frequency < 160000000) {cp = 5; band = 1;} in dvbc_philips_tdm1316l_tuner_set_params()
1417 else if (tuner_frequency < 200000000) {cp = 6; band = 1;} in dvbc_philips_tdm1316l_tuner_set_params()
1418 else if (tuner_frequency < 290000000) {cp = 3; band = 2;} in dvbc_philips_tdm1316l_tuner_set_params()
1419 else if (tuner_frequency < 420000000) {cp = 5; band = 2;} in dvbc_philips_tdm1316l_tuner_set_params()
1420 else if (tuner_frequency < 480000000) {cp = 6; band = 2;} in dvbc_philips_tdm1316l_tuner_set_params()
1421 else if (tuner_frequency < 620000000) {cp = 3; band = 4;} in dvbc_philips_tdm1316l_tuner_set_params()
1422 else if (tuner_frequency < 830000000) {cp = 5; band = 4;} in dvbc_philips_tdm1316l_tuner_set_params()
1423 else if (tuner_frequency < 895000000) {cp = 7; band = 4;} in dvbc_philips_tdm1316l_tuner_set_params()
1437 tuner_buf[3] = (cp << 5) | (filter << 3) | band; in dvbc_philips_tdm1316l_tuner_set_params()