xhci.c | 3779 bool usemtt; local in function:xhci_setup_tthub 3836 usemtt = true; 3841 usemtt = true; 3843 usemtt = false; 3844 DPRINTFN(4, "class %ju proto %ju ishub %jd usemtt %jd", 3845 dd->bDeviceClass, dd->bDeviceProtocol, ishub, usemtt); 3851 XHCI_SCTX_0_MTT_SET(usemtt ? 1 : 0);
|