Lines Matching defs:bt848_tuner
110 int bt848_tuner = -1;
117 SYSCTL_INT(_hw_bt848, OID_AUTO, tuner, CTLFLAG_RW, &bt848_tuner, -1, "");
628 if (bt848_tuner != -1) {
629 if ((bt848_tuner
630 ((bt848_tuner & 0xff) < Bt848_MAX_TUNER)) {
631 if (bktr->bt848_tuner != (bt848_tuner & 0xff)) {
632 bktr->bt848_tuner = (bt848_tuner & 0xff);
1126 if (bt848_tuner != -1) {
1127 if ((bt848_tuner >> 8 == unit) &&
1128 ((bt848_tuner & 0xff) < Bt848_MAX_TUNER)) {
1129 if (bktr->bt848_tuner != (bt848_tuner & 0xff)) {
1130 bktr->bt848_tuner = (bt848_tuner & 0xff);