Home
last modified time | relevance | path

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

/u-boot/drivers/usb/gadget/
A Ddwc2_udc_otg_xfer_dma.c39 ep_ctrl = readl(&reg->in_endp[EP0_CON].diepctl); in dwc2_udc_ep0_zlp()
41 &reg->in_endp[EP0_CON].diepctl); in dwc2_udc_ep0_zlp()
56 &reg->out_endp[EP0_CON].doeptsiz); in dwc2_udc_pre_setup()
59 ep_ctrl = readl(&reg->out_endp[EP0_CON].doepctl); in dwc2_udc_pre_setup()
82 &reg->out_endp[EP0_CON].doeptsiz); in dwc2_ep0_complete_out()
87 &reg->out_endp[EP0_CON].doepctl); in dwc2_ep0_complete_out()
110 if (ep_num == EP0_CON || length == 0) in setdma_rx()
148 if (ep_num == EP0_CON) in setdma_tx()
214 if (ep_num == EP0_CON) in complete_rx()
941 &reg->in_endp[EP0_CON].dieptsiz); in dwc2_udc_get_status()
[all …]
A Ddwc2_udc_otg.c63 #define EP0_CON 0 macro
509 writel(DEPCTL_EPDIS|DEPCTL_SNAK, &reg->out_endp[EP0_CON].doepctl); in reconfig_usbd()
510 writel(DEPCTL_EPDIS|DEPCTL_SNAK, &reg->in_endp[EP0_CON].diepctl); in reconfig_usbd()
518 writel(((1 << EP0_CON) << DAINT_OUT_BIT) in reconfig_usbd()
519 | (1 << EP0_CON), &reg->daintmsk); in reconfig_usbd()
577 &reg->out_endp[EP0_CON].doepctl); in reconfig_usbd()
605 ep_ctrl = readl(&reg->in_endp[EP0_CON].diepctl); in set_max_pktsize()
606 writel(ep_ctrl|(0<<0), &reg->in_endp[EP0_CON].diepctl); in set_max_pktsize()
609 ep_ctrl = readl(&reg->out_endp[EP0_CON].doepctl); in set_max_pktsize()
610 writel(ep_ctrl|(0<<0), &reg->out_endp[EP0_CON].doepctl); in set_max_pktsize()

Completed in 6 milliseconds