HomeSort by: relevance | last modified time | path
    Searched defs:usemtt (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
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);
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);

Completed in 32 milliseconds