Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/bktr/
H A Dbktr_card.c1089 u_char tuner_tv_fm; /* TV or TV with FM Radio */ in probeCard() local
1118 tuner_tv_fm = (eeprom[0x41] & 0x18) >> 3; in probeCard()
1123 && (tuner_format <= 9) && (tuner_tv_fm == 0) ) { in probeCard()
1130 && (tuner_format <= 9) && (tuner_tv_fm == 1) ) { in probeCard()