Lines Matching refs:bt848_card
109 int bt848_card = -1;
116 SYSCTL_INT(_hw_bt848, OID_AUTO, card, CTLFLAG_RW, &bt848_card, -1, "");
618 if (bt848_card != -1) {
619 if ((bt848_card >> 8 == unit) &&
620 ((bt848_card & 0xff) < Bt848_MAX_CARD)) {
621 if (bktr->bt848_card != (bt848_card & 0xff)) {
622 bktr->bt848_card = (bt848_card & 0xff);
1116 if (bt848_card != -1) {
1117 if ((bt848_card >> 8 == unit) &&
1118 ((bt848_card & 0xff) < Bt848_MAX_CARD)) {
1119 if (bktr->bt848_card != (bt848_card & 0xff)) {
1120 bktr->bt848_card = (bt848_card & 0xff);