Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.h176 struct xhci_endp_ctx ctx_ep[XHCI_MAX_ENDPOINTS - 1]; member
181 struct xhci_endp_ctx ctx_ep[XHCI_MAX_ENDPOINTS - 1]; member
Dxhci.c2408 xhci_ctx_set_le32(sc, &pinp->ctx_ep[epno - 1].dwEpCtx0, temp); in xhci_configure_endpoint()
2443 xhci_ctx_set_le32(sc, &pinp->ctx_ep[epno - 1].dwEpCtx1, temp); in xhci_configure_endpoint()
2444 xhci_ctx_set_le64(sc, &pinp->ctx_ep[epno - 1].qwEpCtx2, ring_addr); in xhci_configure_endpoint()
2461 xhci_ctx_set_le32(sc, &pinp->ctx_ep[epno - 1].dwEpCtx4, temp); in xhci_configure_endpoint()
2464 xhci_dump_endpoint(sc, &pinp->ctx_ep[epno - 1]); in xhci_configure_endpoint()