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

/netbsd-current/sys/dev/usb/
H A Dxhcireg.h320 #define XHCI_ERSTBA(n) (0x0030 + (0x20 * (n))) macro
H A Dxhci.c643 xhci_rt_write_8(sc, XHCI_ERSTBA(0), 0);
852 sc->sc_regs.erstba0 = xhci_rt_read_8(sc, XHCI_ERSTBA(0));
960 xhci_rt_write_8(sc, XHCI_ERSTBA(0), sc->sc_regs.erstba0);
1653 xhci_rt_write_8(sc, XHCI_ERSTBA(0), DMAADDR(&sc->sc_eventst_dma, 0));

Completed in 133 milliseconds