Lines Matching defs:band
145 /* XXX FIXME: fill in the band-switch crosspoints */
153 { 160, 454 }, /* band-switch crosspoints */
154 { 0x00, 0x00, 0x00,0x00} }, /* the band-switch values */
163 { 160, 454 }, /* band-switch crosspoints */
164 { 0x02, 0x04, 0x01, 0x00 } }, /* the band-switch values */
173 { 160, 454 }, /* band-switch crosspoints */
174 { 0x02, 0x04, 0x01, 0x00 } }, /* the band-switch values */
183 { 160, 454 }, /* band-switch crosspoints */
184 { 0x02, 0x04, 0x01,0x00 } }, /* the band-switch values */
193 { 160, 454 }, /* band-switch crosspoints */
194 { 0xa0, 0x90, 0x30, 0x00 } }, /* the band-switch values */
203 { 160, 454 }, /* band-switch crosspoints */
204 { 0xa0, 0x90, 0x30, 0x00 } }, /* the band-switch values */
213 { 160, 454 }, /* band-switch crosspoints */
214 { 0xa7, 0x97, 0x37, 0x00 } }, /* the band-switch values */
223 { 160, 454 }, /* band-switch crosspoints */
224 { 0x02, 0x04, 0x01,0x00 } }, /* the band-switch values */
233 { 160, 454 }, /* band-switch crosspoints */
234 { 0xa0, 0x90, 0x30,0x00 } }, /* the band-switch values */
243 { 160, 454 }, /* band-switch crosspoints */
244 { 0xa0, 0x90, 0x30,0xa4 } }, /* the band-switch values */
253 { 160, 454 }, /* band-switch crosspoints */
254 { 0xa0, 0x90, 0x30, 0xa4 } }, /* the band-switch values */
263 { 160, 454 }, /* band-switch crosspoints */
264 { 0xa7, 0x97, 0x37, 0xa4 } }, /* the band-switch values */
273 { 160, 454 }, /* band-switch crosspoints */
274 { 0x14, 0x12, 0x11, 0x04 } }, /* the band-switch values */
283 { 160, 454 }, /* band-switch crosspoints */
284 { 0x01, 0x02, 0x08, 0x00 } } /* the band-switch values */
724 * The tuner (front end) covers 45.75 MHz - 855.25 MHz and an FM band of
737 * FM radio band 87.50 to 108.00 MHz
738 * Low band 45.75 to 170.00 MHz
739 * Mid band 170.00 to 450.00 MHz
740 * High band 450.00 to 855.25 MHz
784 u_char band;
797 * select the band based on frequency
824 band = tuner->bandAddrs[band_select];
826 if(!(band && control)) /* Don't try to set un- */
831 i2cWrite(bktr, addr, control, band);
834 i2cWrite(bktr, addr, control, band);
883 band = tuner->bandAddrs[band_select];
885 if(!(band && control)) /* Don't try to set un- */
888 band |= bktr->tuner.radio_mode; /* tuner.radio_mode is set in
892 i2cWrite(bktr, addr, control, band);