Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg.c449 writel(DEPCTL_EPDIS|DEPCTL_SNAK, &reg->out_endp[EP0_CON].doepctl); in reconfig_usbd()
450 writel(DEPCTL_EPDIS|DEPCTL_SNAK, &reg->in_endp[EP0_CON].diepctl); in reconfig_usbd()
453 writel(DEPCTL_EPDIS|DEPCTL_SNAK, &reg->out_endp[i].doepctl); in reconfig_usbd()
454 writel(DEPCTL_EPDIS|DEPCTL_SNAK, &reg->in_endp[i].diepctl); in reconfig_usbd()
503 writel(DEPCTL_EPDIS | DEPCTL_CNAK, in reconfig_usbd()
H A Ddwc2_udc_otg_regs.h166 #define DEPCTL_EPDIS (0x1<<30) macro
H A Ddwc2_udc_otg_xfer_dma.c767 ep_ctrl |= DEPCTL_EPDIS; in dwc2_udc_ep0_set_stall()
965 ep_ctrl |= DEPCTL_EPDIS; in dwc2_udc_ep_set_stall()