Searched refs:EP0_CON (Results 1 – 2 of 2) sorted by relevance
39 ep_ctrl = readl(®->in_endp[EP0_CON].diepctl); in dwc2_udc_ep0_zlp()41 ®->in_endp[EP0_CON].diepctl); in dwc2_udc_ep0_zlp()56 ®->out_endp[EP0_CON].doeptsiz); in dwc2_udc_pre_setup()59 ep_ctrl = readl(®->out_endp[EP0_CON].doepctl); in dwc2_udc_pre_setup()82 ®->out_endp[EP0_CON].doeptsiz); in dwc2_ep0_complete_out()87 ®->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 ®->in_endp[EP0_CON].dieptsiz); in dwc2_udc_get_status()[all …]
63 #define EP0_CON 0 macro509 writel(DEPCTL_EPDIS|DEPCTL_SNAK, ®->out_endp[EP0_CON].doepctl); in reconfig_usbd()510 writel(DEPCTL_EPDIS|DEPCTL_SNAK, ®->in_endp[EP0_CON].diepctl); in reconfig_usbd()518 writel(((1 << EP0_CON) << DAINT_OUT_BIT) in reconfig_usbd()519 | (1 << EP0_CON), ®->daintmsk); in reconfig_usbd()577 ®->out_endp[EP0_CON].doepctl); in reconfig_usbd()605 ep_ctrl = readl(®->in_endp[EP0_CON].diepctl); in set_max_pktsize()606 writel(ep_ctrl|(0<<0), ®->in_endp[EP0_CON].diepctl); in set_max_pktsize()609 ep_ctrl = readl(®->out_endp[EP0_CON].doepctl); in set_max_pktsize()610 writel(ep_ctrl|(0<<0), ®->out_endp[EP0_CON].doepctl); in set_max_pktsize()
Completed in 6 milliseconds