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/
H A Dxhci.h175 struct xhci_endp_ctx ctx_ep[XHCI_MAX_ENDPOINTS - 1]; member
180 struct xhci_endp_ctx ctx_ep[XHCI_MAX_ENDPOINTS - 1]; member
H A Dxhci.c2388 xhci_ctx_set_le32(sc, &pinp->ctx_ep[epno - 1].dwEpCtx0, temp); in xhci_configure_endpoint()
2423 xhci_ctx_set_le32(sc, &pinp->ctx_ep[epno - 1].dwEpCtx1, temp); in xhci_configure_endpoint()
2424 xhci_ctx_set_le64(sc, &pinp->ctx_ep[epno - 1].qwEpCtx2, ring_addr); in xhci_configure_endpoint()
2441 xhci_ctx_set_le32(sc, &pinp->ctx_ep[epno - 1].dwEpCtx4, temp); in xhci_configure_endpoint()
2444 xhci_dump_endpoint(sc, &pinp->ctx_ep[epno - 1]); in xhci_configure_endpoint()

Completed in 6 milliseconds