Lines Matching refs:band

142 /* XXX FIXME: fill in the band-switch crosspoints */
150 { 0x00, 0x00 }, /* band-switch crosspoints */
151 { 0x00, 0x00, 0x00,0x00} }, /* the band-switch values */
160 { 0x00, 0x00}, /* band-switch crosspoints */
161 { 0x02, 0x04, 0x01, 0x00 } }, /* the band-switch values */
170 { 0x00, 0x00 }, /* band-switch crosspoints */
171 { 0x02, 0x04, 0x01, 0x00 } }, /* the band-switch values */
180 { 0x00, 0x00 }, /* band-switch crosspoints */
181 { 0x02, 0x04, 0x01,0x00 } }, /* the band-switch values */
190 { 0x00, 0x00 }, /* band-switch crosspoints */
191 { 0xa0, 0x90, 0x30, 0x00 } }, /* the band-switch values */
200 { 0x00, 0x00 }, /* band-switch crosspoints */
201 { 0xa0, 0x90, 0x30, 0x00 } }, /* the band-switch values */
210 { 0x00, 0x00 }, /* band-switch crosspoints */
211 { 0xa7, 0x97, 0x37, 0x00 } }, /* the band-switch values */
220 { 0x00, 0x00 }, /* band-switch crosspoints */
221 { 0x02, 0x04, 0x01,0x00 } }, /* the band-switch values */
230 { 0x00, 0x00 }, /* band-switch crosspoints */
231 { 0xa0, 0x90, 0x30,0x00 } }, /* the band-switch values */
240 { 0x00, 0x00 }, /* band-switch crosspoints */
241 { 0xa0, 0x90, 0x30,0xa4 } }, /* the band-switch values */
250 { 0x00, 0x00 }, /* band-switch crosspoints */
251 { 0xa0, 0x90, 0x30, 0xa4 } }, /* the band-switch values */
260 { 0x00, 0x00 }, /* band-switch crosspoints */
261 { 0xa7, 0x97, 0x37, 0xa4 } }, /* the band-switch values */
270 { 0x00, 0x00 }, /* band-switch crosspoints */
271 { 0x14, 0x12, 0x11, 0x04 } }, /* the band-switch values */
280 { 0x00, 0x00 }, /* band-switch crosspoints */
281 { 0x01, 0x02, 0x08, 0x00 } }, /* the band-switch values */
290 { 0x00, 0x00 }, /* band-switch crosspoints */
291 { 0xa0, 0x90, 0x30, 0x00 } }, /* the band-switch values */
300 { 0x00, 0x00 }, /* band-switch crosspoints */
301 { 0xa0, 0x90, 0x30, 0x8e } }, /* the band-switch values */
741 * The tuner (front end) covers 45.75 Mhz - 855.25 Mhz and an FM band of
754 * FM radio band 87.50 to 108.00 MHz
755 * Low band 45.75 to 170.00 MHz
756 * Mid band 170.00 to 450.00 MHz
757 * High band 450.00 to 855.25 MHz
801 u_char band;
818 * select the band based on frequency
846 band = tuner->bandAddrs[ band_select ];
848 if(!(band && control)) /* Don't try to set un- */
853 i2cWrite( bktr, addr, control, band );
856 i2cWrite( bktr, addr, control, band );
905 band = tuner->bandAddrs[ band_select ];
907 if(!(band && control)) /* Don't try to set un- */
910 band |= bktr->tuner.radio_mode; /* tuner.radio_mode is set in
914 i2cWrite( bktr, addr, control, band );