Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dxhci.c496 struct xhci_ep_ctx *ep_ctx[MAX_EP_CTX_NUM]; in xhci_set_configuration() local
571 ep_ctx[ep_index] = xhci_get_ep_ctx(ctrl, in_ctx, ep_index); in xhci_set_configuration()
582 ep_ctx[ep_index]->ep_info = in xhci_set_configuration()
586 ep_ctx[ep_index]->ep_info2 = in xhci_set_configuration()
588 ep_ctx[ep_index]->ep_info2 |= in xhci_set_configuration()
595 ep_ctx[ep_index]->ep_info2 |= in xhci_set_configuration()
601 ep_ctx[ep_index]->deq = cpu_to_le64(trb_64 | in xhci_set_configuration()
610 ep_ctx[ep_index]->tx_info = in xhci_set_configuration()
769 struct xhci_ep_ctx *ep_ctx; in xhci_check_maxpacket() local
777 ep_ctx = xhci_get_ep_ctx(ctrl, out_ctx, ep_index); in xhci_check_maxpacket()
[all …]
Dxhci-ring.c568 struct xhci_ep_ctx *ep_ctx; in xhci_bulk_tx() local
589 ep_ctx = xhci_get_ep_ctx(ctrl, virt_dev->out_ctx, ep_index); in xhci_bulk_tx()
622 le32_to_cpu(ep_ctx->ep_info) & EP_STATE_MASK); in xhci_bulk_tx()
789 struct xhci_ep_ctx *ep_ctx = NULL; in xhci_ctrl_tx() local
790 ep_ctx = xhci_get_ep_ctx(ctrl, virt_dev->out_ctx, ep_index); in xhci_ctrl_tx()
808 le32_to_cpu(ep_ctx->ep_info) & EP_STATE_MASK); in xhci_ctrl_tx()