Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Ddwc2_udc_otg_xfer_dma.c35 ep_ctrl = readl(&reg->in_endp[EP0_CON].diepctl); in dwc2_udc_ep0_zlp()
37 &reg->in_endp[EP0_CON].diepctl); in dwc2_udc_ep0_zlp()
40 __func__, readl(&reg->in_endp[EP0_CON].diepctl)); in dwc2_udc_ep0_zlp()
59 __func__, readl(&reg->in_endp[EP0_CON].diepctl)); in dwc2_udc_pre_setup()
70 __func__, readl(&reg->in_endp[EP0_CON].diepctl)); in dwc2_ep0_complete_out()
86 __func__, readl(&reg->in_endp[EP0_CON].diepctl)); in dwc2_ep0_complete_out()
169 ctrl = readl(&reg->in_endp[ep_num].diepctl); in setdma_tx()
178 writel(DEPCTL_EPENA|DEPCTL_CNAK|ctrl, &reg->in_endp[ep_num].diepctl); in setdma_tx()
187 readl(&reg->in_endp[ep_num].diepctl), in setdma_tx()
786 ep_ctrl = readl(&reg->in_endp[EP0_CON].diepctl); in dwc2_udc_ep0_set_stall()
[all …]
H A Ddwc2_udc_otg_regs.h23 u32 diepctl; member
H A Ddwc2_udc_otg.c513 writel(DEPCTL_EPDIS|DEPCTL_SNAK, &reg->in_endp[EP0_CON].diepctl); in reconfig_usbd()
517 writel(DEPCTL_EPDIS|DEPCTL_SNAK, &reg->in_endp[i].diepctl); in reconfig_usbd()
608 ep_ctrl = readl(&reg->in_endp[EP0_CON].diepctl); in set_max_pktsize()
609 writel(ep_ctrl|(0<<0), &reg->in_endp[EP0_CON].diepctl); in set_max_pktsize()