Lines Matching defs:xhci_ring_trbp
536 xhci_ring_trbp(struct xhci_ring * const xr, u_int idx)
564 bus_addr_t trbp = xhci_ring_trbp(xr, 0);
1025 xhci_op_write_8(sc, XHCI_CRCR, xhci_ring_trbp(sc->sc_cr, 0) |
1679 erst[0].erste_0 = htole64(xhci_ring_trbp(sc->sc_er, 0));
1687 xhci_rt_write_8(sc, XHCI_ERDP(0), xhci_ring_trbp(sc->sc_er, 0) |
1691 xhci_op_write_8(sc, XHCI_CRCR, xhci_ring_trbp(sc->sc_cr, 0) |
2040 trb.trb_0 = xhci_ring_trbp(xr, 0) | 1; /* XXX */
2747 xhci_rt_write_8(sc, XHCI_ERDP(0), xhci_ring_trbp(er, er->xr_ep) |
3169 parameter = xhci_ring_trbp(xr, 0);
3268 xhci_op_write_8(sc, XHCI_CRCR, xhci_ring_trbp(cr, 0) | cr->xr_cs);
3305 sc->sc_command_addr = xhci_ring_trbp(cr, 0);
3307 sc->sc_command_addr = xhci_ring_trbp(cr, cr->xr_ep);
3677 xhci_ring_trbp(xs->xs_xr[dci], 0) |