Home
last modified time | relevance | path

Searched refs:ring_addr (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/bus/u4b/controller/
H A Dxhci.c2334 uint64_t ring_addr = pepext->physaddr; in xhci_configure_endpoint() local
2376 ring_addr += sizeof(struct xhci_trb) * in xhci_configure_endpoint()
2383 ring_addr |= XHCI_EPCTX_2_DCS_SET(1); in xhci_configure_endpoint()
2456 xhci_ctx_set_le64(sc, &pinp->ctx_ep[epno - 1].qwEpCtx2, ring_addr); in xhci_configure_endpoint()