Lines Matching defs:ctlrport
566 xhci_ctlrport2bus(struct xhci_softc * const sc, unsigned int ctlrport)
568 const unsigned int port = ctlrport - 1;
2345 xhci_rhpsc(struct xhci_softc * const sc, u_int ctlrport)
2349 device_unit(sc->sc_dev), ctlrport, 0, 0);
2351 if (ctlrport > sc->sc_maxports)
2354 const size_t bn = xhci_ctlrport2bus(sc, ctlrport);
2355 const size_t rhp = xhci_ctlrport2rhport(sc, ctlrport);
3703 const size_t ctlrport = xhci_rhport2ctlrport(sc, bn, rhport);
3705 DPRINTFN(4, "rhport %ju ctlrport %ju Route %05jx hub %#jx", rhport,
3706 ctlrport, route, (uintptr_t)hub);
3709 cp[1] |= XHCI_SCTX_1_RH_PORT_SET(ctlrport);