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

/openbsd-current/sys/dev/pci/bktr/
H A Dbktr_card.c1090 u_char tuner_format; /* Eg NTSC, PAL, SECAM */ local
1119 tuner_format = (eeprom[0x42] & 0xf0) >> 4;
1123 && (tuner_format <= 9) && (tuner_tv_fm == 0) ) {
1124 tuner = tuner_0_table[tuner_format];
1130 && (tuner_format <= 9) && (tuner_tv_fm == 1) ) {
1131 tuner = tuner_0_fm_table[tuner_format];
1136 if ( (tuner_make == 1) && (tuner_format <= 9) ) {
1137 tuner = tuner_1_table[tuner_format];
1143 bktr_name(bktr), tuner_make, tuner_format);

Completed in 109 milliseconds