Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/pci/bt8xx/
Dbttv-cards.c4062 int tuner_make, tuner_tv_fm, tuner_format, tuner_type = 0; in avermedia_eeprom() local
4066 tuner_format = (eeprom_data[0x42] & 0xf0) >> 4; in avermedia_eeprom()
4070 if (tuner_format <= 0x0a) in avermedia_eeprom()
4071 tuner_type = tuner_0_table[tuner_format]; in avermedia_eeprom()
4073 if (tuner_format <= 9) in avermedia_eeprom()
4074 tuner_type = tuner_1_table[tuner_format]; in avermedia_eeprom()
4077 if (tuner_format == 0x09) in avermedia_eeprom()