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

  /src/sys/dev/usb/
xhcireg.h 314 #define XHCI_ERSTSZ(n) (0x0028 + (0x20 * (n)))
xhci.c 664 xhci_rt_write_4(sc, XHCI_ERSTSZ(0), 0);
873 sc->sc_regs.erstsz0 = xhci_rt_read_4(sc, XHCI_ERSTSZ(0));
981 xhci_rt_write_4(sc, XHCI_ERSTSZ(0), sc->sc_regs.erstsz0);
1685 xhci_rt_write_4(sc, XHCI_ERSTSZ(0), XHCI_EVENT_RING_SEGMENTS);

Completed in 15 milliseconds