Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/pci/bt8xx/
H A Dbttv-cards.c4053 int tuner_make, tuner_tv_fm, tuner_format, tuner_type = 0; in avermedia_eeprom() local
4057 tuner_format = (eeprom_data[0x42] & 0xf0) >> 4; in avermedia_eeprom()
4061 if (tuner_format <= 0x0a) in avermedia_eeprom()
4062 tuner_type = tuner_0_table[tuner_format]; in avermedia_eeprom()
4064 if (tuner_format <= 9) in avermedia_eeprom()
4065 tuner_type = tuner_1_table[tuner_format]; in avermedia_eeprom()
4068 if (tuner_format == 0x09) in avermedia_eeprom()