Home
last modified time | relevance | path

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

/u-boot/drivers/usb/host/
A Dxhci-ring.c275 u32 ep_index, trb_type cmd) in xhci_queue_command() argument
296 fields[3] |= EP_ID_FOR_TRB(ep_index); in xhci_queue_command()
385 DB_VALUE(ep_index, 0)); in giveback_first_trb()
573 int ep_index; in xhci_bulk_tx() local
593 ep_index = usb_pipe_ep_index(pipe); in xhci_bulk_tx()
601 ring = virt_dev->eps[ep_index].ring; in xhci_bulk_tx()
723 abort_td(udev, ep_index); in xhci_bulk_tx()
771 int ep_index; in xhci_ctrl_tx() local
784 ep_index = usb_pipe_ep_index(pipe); in xhci_ctrl_tx()
786 ep_ring = virt_dev->eps[ep_index].ring; in xhci_ctrl_tx()
[all …]
A Dxhci.c532 int ep_index; in xhci_set_configuration() local
603 ep_index = xhci_get_ep_index(endpt_desc); in xhci_set_configuration()
604 ep_ctx[ep_index] = xhci_get_ep_ctx(ctrl, in_ctx, ep_index); in xhci_set_configuration()
608 if (!virt_dev->eps[ep_index].ring) in xhci_set_configuration()
615 ep_ctx[ep_index]->ep_info = in xhci_set_configuration()
620 ep_ctx[ep_index]->ep_info2 |= in xhci_set_configuration()
627 ep_ctx[ep_index]->ep_info2 |= in xhci_set_configuration()
641 ep_ctx[ep_index]->tx_info = in xhci_set_configuration()
651 ep_ctx[ep_index]->reserved[0] = in xhci_set_configuration()
806 int ep_index = 0; /* control endpoint */ in xhci_check_maxpacket() local
[all …]
A Dxhci-mem.c652 unsigned int ep_index) in xhci_get_ep_ctx() argument
655 ep_index++; in xhci_get_ep_ctx()
657 ep_index++; in xhci_get_ep_ctx()
661 (ep_index * CTX_SIZE(readl(&ctrl->hccr->cr_hccparams)))); in xhci_get_ep_ctx()
678 unsigned int ep_index) in xhci_endpoint_copy() argument
683 out_ep_ctx = xhci_get_ep_ctx(ctrl, out_ctx, ep_index); in xhci_endpoint_copy()
684 in_ep_ctx = xhci_get_ep_ctx(ctrl, in_ctx, ep_index); in xhci_endpoint_copy()
/u-boot/drivers/usb/gadget/
A Ddwc2_udc_otg_priv.h89 #define ep_index(EP) ((EP)->bEndpointAddress&0xF) macro
A Ddwc2_udc_otg_xfer_dma.c101 u32 ep_num = ep_index(ep); in setdma_rx()
143 u32 ep_num = ep_index(ep); in setdma_tx()
636 ep_num = ep_index(ep); in dwc2_queue()
756 max, ep_index(ep), cp); in dwc2_fifo_read()
956 ep_num = ep_index(ep); in dwc2_udc_set_nak()
982 ep_num = ep_index(ep); in dwc2_udc_ep_set_stall()
1017 ep_num = ep_index(ep); in dwc2_udc_ep_clear_stall()
1068 ep_num = ep_index(ep); in dwc2_udc_set_halt()
1112 ep_num = ep_index(ep); in dwc2_udc_ep_activate()
1161 ep_num = ep_index(ep); in dwc2_udc_clear_feature()
[all …]
A Ddwc2_udc_otg.c780 debug("%s: %d\n", __func__, ep_index(ep)); in dwc2_fifo_status()
802 debug("%s: %d\n", __func__, ep_index(ep)); in dwc2_fifo_flush()
/u-boot/include/usb/
A Dxhci.h1238 unsigned int ep_index);
1242 unsigned int ep_index);
1249 u32 slot_id, u32 ep_index, trb_type cmd);
/u-boot/arch/powerpc/dts/
A Dgazerbeam.dts344 ep_index = <0>;
564 ep_index = <0>;

Completed in 17 milliseconds