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

/netbsd-current/sys/dev/usb/
H A Dxhci.c644 xhci_rt_write_8(sc, XHCI_ERDP(0), 0 | XHCI_ERDP_BUSY);
853 sc->sc_regs.erdp0 = xhci_rt_read_8(sc, XHCI_ERDP(0));
961 xhci_rt_write_8(sc, XHCI_ERDP(0), sc->sc_regs.erdp0);
1654 xhci_rt_write_8(sc, XHCI_ERDP(0), xhci_ring_trbp(sc->sc_er, 0) |
2699 xhci_rt_write_8(sc, XHCI_ERDP(0), xhci_ring_trbp(er, er->xr_ep) |
H A Dxhcireg.h325 #define XHCI_ERDP(n) (0x0038 + (0x20 * (n))) macro

Completed in 92 milliseconds