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

  /src/sys/dev/usb/
xhcireg.h 320 #define XHCI_ERSTBA(n) (0x0030 + (0x20 * (n)))
xhci.c 665 xhci_rt_write_8(sc, XHCI_ERSTBA(0), 0);
874 sc->sc_regs.erstba0 = xhci_rt_read_8(sc, XHCI_ERSTBA(0));
982 xhci_rt_write_8(sc, XHCI_ERSTBA(0), sc->sc_regs.erstba0);
1686 xhci_rt_write_8(sc, XHCI_ERSTBA(0), DMAADDR(&sc->sc_eventst_dma, 0));

Completed in 15 milliseconds