Searched refs:in_endp (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/drivers/usb/gadget/ |
D | dwc2_udc_otg_xfer_dma.c | 31 writel(usb_ctrl_dma_addr, ®->in_endp[EP0_CON].diepdma); in dwc2_udc_ep0_zlp() 32 writel(DIEPT_SIZ_PKT_CNT(1), ®->in_endp[EP0_CON].dieptsiz); in dwc2_udc_ep0_zlp() 34 ep_ctrl = readl(®->in_endp[EP0_CON].diepctl); in dwc2_udc_ep0_zlp() 36 ®->in_endp[EP0_CON].diepctl); in dwc2_udc_ep0_zlp() 39 __func__, readl(®->in_endp[EP0_CON].diepctl)); in dwc2_udc_ep0_zlp() 58 __func__, readl(®->in_endp[EP0_CON].diepctl)); in dwc2_udc_pre_setup() 69 __func__, readl(®->in_endp[EP0_CON].diepctl)); in dwc2_ep0_complete_out() 85 __func__, readl(®->in_endp[EP0_CON].diepctl)); in dwc2_ep0_complete_out() 164 writel((unsigned long) ep->dma_buf, ®->in_endp[ep_num].diepdma); in setdma_tx() 166 ®->in_endp[ep_num].dieptsiz); in setdma_tx() [all …]
|
D | dwc2_udc_otg.c | 451 writel(DEPCTL_EPDIS|DEPCTL_SNAK, ®->in_endp[EP0_CON].diepctl); in reconfig_usbd() 455 writel(DEPCTL_EPDIS|DEPCTL_SNAK, ®->in_endp[i].diepctl); in reconfig_usbd() 533 ep_ctrl = readl(®->in_endp[EP0_CON].diepctl); in set_max_pktsize() 534 writel(ep_ctrl|(0<<0), ®->in_endp[EP0_CON].diepctl); in set_max_pktsize()
|
D | dwc2_udc_otg_regs.h | 76 struct dwc2_dev_in_endp in_endp[16]; member
|