Home
last modified time | relevance | path

Searched refs:rhport (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/dev/usb/
Dxhci.c610 unsigned int rhport) in xhci_rhport2ctlrport() argument
613 return sc->sc_rhportmap[bn][rhport - 1]; in xhci_rhport2ctlrport()
3674 uint8_t rhport = 0; in xhci_setup_route() local
3694 rhport = hub->ud_powersrc->up_portno; in xhci_setup_route()
3699 (rhport > UHD_SS_NPORTS_MAX ? UHD_SS_NPORTS_MAX : rhport) in xhci_setup_route()
3725 const size_t ctlrport = xhci_rhport2ctlrport(sc, bn, rhport); in xhci_setup_route()
3727 DPRINTFN(4, "rhport %ju ctlrport %ju Route %05jx hub %#jx", rhport, in xhci_setup_route()