Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg_regs.h170 #define DEPCTL_CNAK (0x1<<26) macro
H A Ddwc2_udc_otg_xfer_dma.c35 writel(ep_ctrl|DEPCTL_EPENA|DEPCTL_CNAK, in dwc2_udc_ep0_zlp()
81 writel(ep_ctrl|DEPCTL_EPENA|DEPCTL_CNAK, in dwc2_ep0_complete_out()
119 writel(DEPCTL_EPENA|DEPCTL_CNAK|ctrl, &reg->out_endp[ep_num].doepctl); in setdma_rx()
177 writel(DEPCTL_EPENA|DEPCTL_CNAK|ctrl, &reg->in_endp[ep_num].diepctl); in setdma_tx()
919 writel(ep_ctrl|DEPCTL_EPENA|DEPCTL_CNAK, in dwc2_udc_get_status()
H A Ddwc2_udc_otg.c503 writel(DEPCTL_EPDIS | DEPCTL_CNAK, in reconfig_usbd()