Home
last modified time | relevance | path

Searched refs:DEPCTL_EPDIS (Results 1 – 3 of 3) sorted by relevance

/u-boot/drivers/usb/gadget/
A Ddwc2_udc_otg.c509 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()
513 writel(DEPCTL_EPDIS|DEPCTL_SNAK, &reg->out_endp[i].doepctl); in reconfig_usbd()
514 writel(DEPCTL_EPDIS|DEPCTL_SNAK, &reg->in_endp[i].diepctl); in reconfig_usbd()
576 writel(DEPCTL_EPDIS | DEPCTL_CNAK, in reconfig_usbd()
A Ddwc2_udc_otg_regs.h181 #define DEPCTL_EPDIS (0x1<<30) macro
A Ddwc2_udc_otg_xfer_dma.c792 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