Searched refs:tuner_format (Results 1 – 1 of 1) sorted by relevance
3966 int tuner_make, tuner_tv_fm, tuner_format, tuner_type = 0; in avermedia_eeprom() local3970 tuner_format = (eeprom_data[0x42] & 0xf0) >> 4; in avermedia_eeprom()3974 if (tuner_format <= 0x0a) in avermedia_eeprom()3975 tuner_type = tuner_0_table[tuner_format]; in avermedia_eeprom()3977 if (tuner_format <= 9) in avermedia_eeprom()3978 tuner_type = tuner_1_table[tuner_format]; in avermedia_eeprom()3981 if (tuner_format == 0x09) in avermedia_eeprom()