sys/dev/usb/xhci.c
1025
xhci_op_write_8(sc, XHCI_CRCR, xhci_ring_trbp(sc->sc_cr, 0) |
sys/dev/usb/xhci.c
1679
erst[0].erste_0 = htole64(xhci_ring_trbp(sc->sc_er, 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
1691
xhci_op_write_8(sc, XHCI_CRCR, xhci_ring_trbp(sc->sc_cr, 0) |
sys/dev/usb/xhci.c
2040
trb.trb_0 = xhci_ring_trbp(xr, 0) | 1; /* XXX */
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
3169
parameter = xhci_ring_trbp(xr, 0);
sys/dev/usb/xhci.c
3268
xhci_op_write_8(sc, XHCI_CRCR, xhci_ring_trbp(cr, 0) | cr->xr_cs);
sys/dev/usb/xhci.c
3305
sc->sc_command_addr = xhci_ring_trbp(cr, 0);
sys/dev/usb/xhci.c
3307
sc->sc_command_addr = xhci_ring_trbp(cr, cr->xr_ep);
sys/dev/usb/xhci.c
3677
xhci_ring_trbp(xs->xs_xr[dci], 0) |
sys/dev/usb/xhci.c
564
bus_addr_t trbp = xhci_ring_trbp(xr, 0);