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

/freebsd-9.3-release/sys/dev/bktr/
H A Dbktr_os.c99 int bt848_card = -1; variable
112 SYSCTL_INT(_hw_bt848, OID_AUTO, card, CTLFLAG_RW, &bt848_card, -1, "");
600 if (bt848_card != -1) {
601 if ((bt848_card >> 8 == unit ) &&
602 ( (bt848_card & 0xff) < Bt848_MAX_CARD )) {
603 if ( bktr->bt848_card != (bt848_card & 0xff) ) {
604 bktr->bt848_card = (bt848_card & 0xff);
H A Dbktr_card.c669 if (bktr->bt848_card != -1 ) {
670 bktr->card = cards[ (card = bktr->bt848_card) ];
H A Dbktr_audio.c176 if ( bktr->bt848_card == CARD_IO_BCTV2 ) {
H A Dbktr_reg.h675 int bt848_card; member in struct:bktr_softc
H A Dbktr_core.c605 bktr->bt848_card = -1;

Completed in 107 milliseconds