Lines Matching refs:epctrl
2663 u32 epctrl; in dwc2_hsotg_ep_enable() local
2688 epctrl = dwc2_readl(hsotg->regs + epctrl_reg); in dwc2_hsotg_ep_enable()
2691 __func__, epctrl, epctrl_reg); in dwc2_hsotg_ep_enable()
2695 epctrl &= ~(DXEPCTL_EPTYPE_MASK | DXEPCTL_MPS_MASK); in dwc2_hsotg_ep_enable()
2696 epctrl |= DXEPCTL_MPS(mps); in dwc2_hsotg_ep_enable()
2702 epctrl |= DXEPCTL_USBACTEP; in dwc2_hsotg_ep_enable()
2711 epctrl |= DXEPCTL_SNAK; in dwc2_hsotg_ep_enable()
2728 epctrl |= DXEPCTL_EPTYPE_ISO; in dwc2_hsotg_ep_enable()
2729 epctrl |= DXEPCTL_SETEVENFR; in dwc2_hsotg_ep_enable()
2736 epctrl |= DXEPCTL_EPTYPE_BULK; in dwc2_hsotg_ep_enable()
2743 epctrl |= DXEPCTL_EPTYPE_INTERRUPT; in dwc2_hsotg_ep_enable()
2747 epctrl |= DXEPCTL_EPTYPE_CONTROL; in dwc2_hsotg_ep_enable()
2790 epctrl |= DXEPCTL_TXFNUM(fifo_index); in dwc2_hsotg_ep_enable()
2797 epctrl |= DXEPCTL_SETD0PID; in dwc2_hsotg_ep_enable()
2800 __func__, epctrl); in dwc2_hsotg_ep_enable()
2802 dwc2_writel(epctrl, hsotg->regs + epctrl_reg); in dwc2_hsotg_ep_enable()