Lines Matching refs:band
1084 u8 band, cp, filter; in philips_tdm1316l_tuner_set_params() local
1104 band = 1; in philips_tdm1316l_tuner_set_params()
1106 band = 2; in philips_tdm1316l_tuner_set_params()
1108 band = 4; in philips_tdm1316l_tuner_set_params()
1140 tuner_buf[3] = (cp << 5) | (filter << 3) | band; in philips_tdm1316l_tuner_set_params()
1411 u8 band, cp, filter; in dvbc_philips_tdm1316l_tuner_set_params() local
1416 else if (tuner_frequency < 130000000) {cp = 3; band = 1;} in dvbc_philips_tdm1316l_tuner_set_params()
1417 else if (tuner_frequency < 160000000) {cp = 5; band = 1;} in dvbc_philips_tdm1316l_tuner_set_params()
1418 else if (tuner_frequency < 200000000) {cp = 6; band = 1;} in dvbc_philips_tdm1316l_tuner_set_params()
1419 else if (tuner_frequency < 290000000) {cp = 3; band = 2;} in dvbc_philips_tdm1316l_tuner_set_params()
1420 else if (tuner_frequency < 420000000) {cp = 5; band = 2;} in dvbc_philips_tdm1316l_tuner_set_params()
1421 else if (tuner_frequency < 480000000) {cp = 6; band = 2;} in dvbc_philips_tdm1316l_tuner_set_params()
1422 else if (tuner_frequency < 620000000) {cp = 3; band = 4;} in dvbc_philips_tdm1316l_tuner_set_params()
1423 else if (tuner_frequency < 830000000) {cp = 5; band = 4;} in dvbc_philips_tdm1316l_tuner_set_params()
1424 else if (tuner_frequency < 895000000) {cp = 7; band = 4;} in dvbc_philips_tdm1316l_tuner_set_params()
1438 tuner_buf[3] = (cp << 5) | (filter << 3) | band; in dvbc_philips_tdm1316l_tuner_set_params()