Home | History | Annotate | Download | only in bktr

Lines Matching defs:brooktree

8  * and TV Tuner cards using the Brooktree Bt848, Bt848A, Bt849A, Bt878, Bt879
307 device_set_desc(dev, "BrookTree 848A");
309 device_set_desc(dev, "BrookTree 848");
312 device_set_desc(dev, "BrookTree 849A");
315 device_set_desc(dev, "BrookTree 878");
318 device_set_desc(dev, "BrookTree 879");
375 * Disable the brooktree device
446 printf("brooktree%d: PCI bus latency is", unit);
448 printf("brooktree%d: PCI bus latency was 0 changing to",
509 /* Disable the brooktree device */
550 /* Disable the brooktree device */
580 ** BrookTree 848 character device driver routines
857 static bktr_reg_t brooktree[NBKTR];
919 if (rev == 0x12) return("BrookTree 848A");
920 else return("BrookTree 848");
922 return("BrookTree 849A");
924 return("BrookTree 878");
926 return("BrookTree 879");
948 bktr = &brooktree[unit];
951 printf("brooktree%d: attach: only %d units configured.\n",
953 printf("brooktree%d: attach: invalid unit number.\n", unit);
982 * Disable the brooktree device
1037 printf("brooktree%d: PCI bus latency is", unit);
1039 printf("brooktree%d: PCI bus latency was 0 changing to",
1083 ** BrookTree 848 character device driver routines
1110 bktr = &(brooktree[unit]);
1173 bktr = &(brooktree[unit]);
1200 bktr = &(brooktree[unit]);
1234 bktr = &(brooktree[unit]);
1265 bktr = &(brooktree[unit]);
1290 bktr = &(brooktree[unit]);
1495 * Disable the brooktree device
1640 ** BrookTree 848 character device driver routines