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

  /src/sys/dev/usb/
xhci.c 611 unsigned int rhport)
614 return sc->sc_rhportmap[bn][rhport - 1];
3705 uint8_t rhport = 0; local in function:xhci_setup_route
3725 rhport = hub->ud_powersrc->up_portno;
3730 (rhport > UHD_SS_NPORTS_MAX ? UHD_SS_NPORTS_MAX : rhport)
3756 const size_t ctlrport = xhci_rhport2ctlrport(sc, bn, rhport);
3758 DPRINTFN(4, "rhport %ju ctlrport %ju Route %05jx hub %#jx", rhport,

Completed in 14 milliseconds