Searched refs:XHCI_ERSTSZ (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/usb/
H A Dxhcireg.h314 #define XHCI_ERSTSZ(n) (0x0028 + (0x20 * (n))) macro
H A Dxhci.c642 xhci_rt_write_4(sc, XHCI_ERSTSZ(0), 0);
851 sc->sc_regs.erstsz0 = xhci_rt_read_4(sc, XHCI_ERSTSZ(0));
959 xhci_rt_write_4(sc, XHCI_ERSTSZ(0), sc->sc_regs.erstsz0);
1652 xhci_rt_write_4(sc, XHCI_ERSTSZ(0), XHCI_EVENT_RING_SEGMENTS);

Completed in 146 milliseconds