Home | History | Annotate | Download | only in usb

Lines Matching defs:rhp

1277 		const size_t rhp = sc->sc_rhportcount[bus]++;
1279 KASSERTMSG(sc->sc_rhportmap[bus][rhp] == 0,
1280 "bus %zu rhp %zu is %d", bus, rhp,
1281 sc->sc_rhportmap[bus][rhp]);
1283 sc->sc_rhportmap[bus][rhp] = cp + 1;
1284 sc->sc_ctlrportmap[cp] = rhp + 1;
2391 const size_t rhp = xhci_ctlrport2rhport(sc, ctlrport);
2395 device_unit(sc->sc_dev), bn, rhp, (uintptr_t)xfer);
2404 p[rhp / NBBY] |= 1 << (rhp % NBBY);