HomeSort by: relevance | last modified time | path
    Searched refs:sc_er (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
xhcivar.h 130 struct xhci_ring *sc_er; /* event ring */ member in struct:xhci_softc
xhci.c 667 xhci_ring_free(sc, &sc->sc_er);
1597 err = xhci_ring_init(sc, &sc->sc_er, XHCI_EVENT_RING_TRBS,
1679 erst[0].erste_0 = htole64(xhci_ring_trbp(sc->sc_er, 0));
1680 erst[0].erste_2 = htole32(sc->sc_er->xr_ntrb);
1687 xhci_rt_write_8(sc, XHCI_ERDP(0), xhci_ring_trbp(sc->sc_er, 0) |
1718 xhci_ring_free(sc, &sc->sc_er);
2699 struct xhci_ring * const er = sc->sc_er;

Completed in 20 milliseconds