Lines Matching defs:route
3679 * Setup route string and roothub port of given device for slot context
3690 uint32_t route = 0;
3694 /* Locate root hub port and Determine route string */
3695 /* 4.3.3 route string does not include roothub port */
3713 route |=
3717 route = route >> 4;
3742 DPRINTFN(4, "rhport %ju ctlrport %ju Route %05jx hub %#jx", rhport,
3743 ctlrport, route, (uintptr_t)hub);
3745 cp[0] |= XHCI_SCTX_0_ROUTE_SET(route);