sys/dev/usb/xhci.c
1686
xhci_rt_write_8(sc, XHCI_ERSTBA(0), DMAADDR(&sc->sc_eventst_dma, 0));
sys/dev/usb/xhci.c
1687
xhci_rt_write_8(sc, XHCI_ERDP(0), xhci_ring_trbp(sc->sc_er, 0) |
sys/dev/usb/xhci.c
2747
xhci_rt_write_8(sc, XHCI_ERDP(0), xhci_ring_trbp(er, er->xr_ep) |
sys/dev/usb/xhci.c
665
xhci_rt_write_8(sc, XHCI_ERSTBA(0), 0);
sys/dev/usb/xhci.c
666
xhci_rt_write_8(sc, XHCI_ERDP(0), 0 | XHCI_ERDP_BUSY);
sys/dev/usb/xhci.c
982
xhci_rt_write_8(sc, XHCI_ERSTBA(0), sc->sc_regs.erstba0);
sys/dev/usb/xhci.c
983
xhci_rt_write_8(sc, XHCI_ERDP(0), sc->sc_regs.erdp0);