Searched refs:tuner_format (Results 1 – 1 of 1) sorted by relevance
4054 int tuner_make, tuner_tv_fm, tuner_format, tuner_type = 0; in avermedia_eeprom() local4058 tuner_format = (eeprom_data[0x42] & 0xf0) >> 4; in avermedia_eeprom()4062 if (tuner_format <= 0x0a) in avermedia_eeprom()4063 tuner_type = tuner_0_table[tuner_format]; in avermedia_eeprom()4065 if (tuner_format <= 9) in avermedia_eeprom()4066 tuner_type = tuner_1_table[tuner_format]; in avermedia_eeprom()4069 if (tuner_format == 0x09) in avermedia_eeprom()