| xhci.c | 536 xhci_ring_trbp(struct xhci_ring * const xr, u_int idx)  function in typeref:typename:bus_addr_t 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)
 [all...]
 |