/src/sys/dev/pci/bktr/ |
bktr_os.c | 109 int bt848_card = -1; variable in typeref:typename:int 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) [all...] |
bktr_os.c | 109 int bt848_card = -1; variable in typeref:typename:int 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) [all...] |
bktr_reg.h | 568 int bt848_card; member in struct:bktr_softc
|
bktr_reg.h | 568 int bt848_card; member in struct:bktr_softc
|