Searched refs:ctlrport (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/sys/dev/usb/ |
| D | xhci.c | 587 xhci_ctlrport2bus(struct xhci_softc * const sc, unsigned int ctlrport) in xhci_ctlrport2bus() argument 589 const unsigned int port = ctlrport - 1; in xhci_ctlrport2bus() 2366 xhci_rhpsc(struct xhci_softc * const sc, u_int ctlrport) in xhci_rhpsc() argument 2370 device_unit(sc->sc_dev), ctlrport, 0, 0); in xhci_rhpsc() 2372 if (ctlrport > sc->sc_maxports) in xhci_rhpsc() 2375 const size_t bn = xhci_ctlrport2bus(sc, ctlrport); in xhci_rhpsc() 2376 const size_t rhp = xhci_ctlrport2rhport(sc, ctlrport); in xhci_rhpsc() 3725 const size_t ctlrport = xhci_rhport2ctlrport(sc, bn, rhport); in xhci_setup_route() local 3728 ctlrport, route, (uintptr_t)hub); in xhci_setup_route() 3731 cp[1] |= XHCI_SCTX_1_RH_PORT_SET(ctlrport); in xhci_setup_route()
|