Searched refs:DEPCTL_EPDIS (Results 1 – 3 of 3) sorted by relevance
509 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()513 writel(DEPCTL_EPDIS|DEPCTL_SNAK, ®->out_endp[i].doepctl); in reconfig_usbd()514 writel(DEPCTL_EPDIS|DEPCTL_SNAK, ®->in_endp[i].diepctl); in reconfig_usbd()576 writel(DEPCTL_EPDIS | DEPCTL_CNAK, in reconfig_usbd()
181 #define DEPCTL_EPDIS (0x1<<30) macro
792 ep_ctrl |= DEPCTL_EPDIS; in dwc2_udc_ep0_set_stall()990 ep_ctrl |= DEPCTL_EPDIS; in dwc2_udc_ep_set_stall()
Completed in 8 milliseconds