Searched refs:DXEPCTL_EPENA (Results 1 – 2 of 2) sorted by relevance
1028 ctrl |= DXEPCTL_EPENA | DXEPCTL_CNAK; in dwc2_gadget_start_isoc_ddma()3009 if (ctrl & DXEPCTL_EPENA) in dwc2_gadget_handle_nak()3561 DXEPCTL_CNAK | DXEPCTL_EPENA | in dwc2_hsotg_core_init_disconnected()3638 if ((epctrl & DXEPCTL_EPENA) && in dwc2_gadget_handle_incomplete_isoc_in()3684 if ((epctrl & DXEPCTL_EPENA) && in dwc2_gadget_handle_incomplete_isoc_out()3875 if (!(epctrl & DXEPCTL_EPENA)) in dwc2_hsotg_irq()3876 epctrl |= DXEPCTL_EPENA; in dwc2_hsotg_irq()4272 if (ctrl & DXEPCTL_EPENA) in dwc2_hsotg_ep_disable()4275 ctrl &= ~DXEPCTL_EPENA; in dwc2_hsotg_ep_disable()4424 if (epctl & DXEPCTL_EPENA) in dwc2_hsotg_ep_sethalt()[all …]
539 #define DXEPCTL_EPENA BIT(31) macro
Completed in 17 milliseconds