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

  /src/sys/dev/usb/
xhci.c 588 xhci_ctlrport2bus(struct xhci_softc * const sc, unsigned int ctlrport)
590 const unsigned int port = ctlrport - 1;
2381 xhci_rhpsc(struct xhci_softc * const sc, u_int ctlrport)
2385 device_unit(sc->sc_dev), ctlrport, 0, 0);
2387 if (ctlrport > sc->sc_maxports)
2390 const size_t bn = xhci_ctlrport2bus(sc, ctlrport);
2391 const size_t rhp = xhci_ctlrport2rhport(sc, ctlrport);
3756 const size_t ctlrport = xhci_rhport2ctlrport(sc, bn, rhport); local in function:xhci_setup_route
3758 DPRINTFN(4, "rhport %ju ctlrport %ju Route %05jx hub %#jx", rhport,
3759 ctlrport, route, (uintptr_t)hub)
    [all...]

Completed in 14 milliseconds