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

/openbsd-current/sys/dev/pci/bktr/
H A Dbktr_card.c1088 u_char tuner_make; /* Eg Philips, Temic */ local
1117 tuner_make = (eeprom[0x41] & 0x7);
1122 if ( ((tuner_make == 0) || (tuner_make == 2))
1129 if ( ((tuner_make == 0) || (tuner_make == 2))
1136 if ( (tuner_make == 1) && (tuner_format <= 9) ) {
1143 bktr_name(bktr), tuner_make, tuner_format);

Completed in 135 milliseconds