Lines Matching defs:band
25 MODULE_PARM_DESC(force_band, "Force a specific band select "\
111 /* band 1 */
119 /* band 2 */
127 /* band 3 */
135 /* band 4 */
143 /* band 5 */
151 /* band 6 */
159 /* band 7 */
167 /* band 8 */
175 /* band 9 */
499 * to be configured and the correct band selected.
509 int band = 0;
532 /* determine the band to use */
538 band = i;
541 band = force_band - 1;
543 state->bandselectarg = cx24123_bandselect_vals[band].progdata;
544 vco_div = cx24123_bandselect_vals[band].VCOdivider;
547 if (p->frequency < (cx24123_bandselect_vals[band].freq_low +
548 cx24123_bandselect_vals[band].freq_high) / 2)
660 dprintk("pll tune VCA=%d, band=%d, pll=%d\n", state->VCAarg,