/src/sys/dev/pci/bktr/ |
bktr_os.c | 110 int bt848_tuner = -1; variable in typeref:typename:int 117 SYSCTL_INT(_hw_bt848, OID_AUTO, tuner, CTLFLAG_RW, &bt848_tuner, -1, ""); 628 if (bt848_tuner != -1) { 629 if ((bt848_tuner >> 8 == unit) && 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) [all...] |
bktr_os.c | 110 int bt848_tuner = -1; variable in typeref:typename:int 117 SYSCTL_INT(_hw_bt848, OID_AUTO, tuner, CTLFLAG_RW, &bt848_tuner, -1, ""); 628 if (bt848_tuner != -1) { 629 if ((bt848_tuner >> 8 == unit) && 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) [all...] |
bktr_os.c | 110 int bt848_tuner = -1; variable in typeref:typename:int 117 SYSCTL_INT(_hw_bt848, OID_AUTO, tuner, CTLFLAG_RW, &bt848_tuner, -1, ""); 628 if (bt848_tuner != -1) { 629 if ((bt848_tuner >> 8 == unit) && 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) [all...] |
bktr_reg.h | 567 int bt848_tuner; member in struct:bktr_softc
|
bktr_reg.h | 567 int bt848_tuner; member in struct:bktr_softc
|
bktr_reg.h | 567 int bt848_tuner; member in struct:bktr_softc
|