xhci.c | 3763 bool usemtt; local in function:xhci_setup_tthub 3820 usemtt = true; 3825 usemtt = true; 3827 usemtt = false; 3828 DPRINTFN(4, "class %ju proto %ju ishub %jd usemtt %jd", 3829 dd->bDeviceClass, dd->bDeviceProtocol, ishub, usemtt); 3835 XHCI_SCTX_0_MTT_SET(usemtt ? 1 : 0);
|