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

/freebsd-11.0-release/sys/dev/bktr/
H A Dbktr_card.c1140 u_char tuner_tv_fm; /* TV or TV with FM Radio */ local
1169 tuner_tv_fm = (eeprom[0x41] & 0x18) >> 3;
1174 && (tuner_format <= 9) && (tuner_tv_fm == 0) ) {
1181 && (tuner_format <= 9) && (tuner_tv_fm == 1) ) {

Completed in 98 milliseconds