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

/freebsd-10-stable/sys/dev/bktr/
H A Dbktr_card.c1141 u_char tuner_format; /* Eg NTSC, PAL, SECAM */ local
1170 tuner_format = (eeprom[0x42] & 0xf0) >> 4;
1174 && (tuner_format <= 9) && (tuner_tv_fm == 0) ) {
1175 tuner = tuner_0_table[tuner_format];
1181 && (tuner_format <= 9) && (tuner_tv_fm == 1) ) {
1182 tuner = tuner_0_fm_table[tuner_format];
1187 if ( (tuner_make == 1) && (tuner_format <= 9) ) {
1188 tuner = tuner_1_table[tuner_format];
1194 bktr_name(bktr), tuner_make, tuner_format);

Completed in 48 milliseconds