HomeSort by: relevance | last modified time | path
    Searched defs:xhci_rt_write_8 (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/usb/
xhci.c 422 xhci_rt_write_8(const struct xhci_softc * const sc, bus_size_t offset, function in typeref:typename:void
665 xhci_rt_write_8(sc, XHCI_ERSTBA(0), 0);
666 xhci_rt_write_8(sc, XHCI_ERDP(0), 0 | XHCI_ERDP_BUSY);
982 xhci_rt_write_8(sc, XHCI_ERSTBA(0), sc->sc_regs.erstba0);
983 xhci_rt_write_8(sc, XHCI_ERDP(0), sc->sc_regs.erdp0);
1686 xhci_rt_write_8(sc, XHCI_ERSTBA(0), DMAADDR(&sc->sc_eventst_dma, 0));
1687 xhci_rt_write_8(sc, XHCI_ERDP(0), xhci_ring_trbp(sc->sc_er, 0) |
2747 xhci_rt_write_8(sc, XHCI_ERDP(0), xhci_ring_trbp(er, er->xr_ep) |

Completed in 37 milliseconds