Searched refs:tuner_format (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/bt8xx/
H A Dbttv-cards.c3824 int tuner_make,tuner_tv_fm,tuner_format,tuner=0; local
3828 tuner_format = (eeprom_data[0x42] & 0xf0) >> 4;
3832 if(tuner_format <=0x0a)
3833 tuner = tuner_0_table[tuner_format];
3835 if(tuner_format <=9)
3836 tuner = tuner_1_table[tuner_format];
3839 if(tuner_format == 0x09)

Completed in 46 milliseconds