Searched refs:DXEPCTL_EPENA (Results 1 – 2 of 2) sorted by relevance
1029 ctrl |= DXEPCTL_EPENA | DXEPCTL_CNAK; in dwc2_gadget_start_isoc_ddma()3006 if (ctrl & DXEPCTL_EPENA) in dwc2_gadget_handle_nak()3555 DXEPCTL_CNAK | DXEPCTL_EPENA | in dwc2_hsotg_core_init_disconnected()3632 if ((epctrl & DXEPCTL_EPENA) && in dwc2_gadget_handle_incomplete_isoc_in()3678 if ((epctrl & DXEPCTL_EPENA) && in dwc2_gadget_handle_incomplete_isoc_out()3863 if (!(epctrl & DXEPCTL_EPENA)) in dwc2_hsotg_irq()3864 epctrl |= DXEPCTL_EPENA; in dwc2_hsotg_irq()4260 if (ctrl & DXEPCTL_EPENA) in dwc2_hsotg_ep_disable()4263 ctrl &= ~DXEPCTL_EPENA; in dwc2_hsotg_ep_disable()4412 if (epctl & DXEPCTL_EPENA) in dwc2_hsotg_ep_sethalt()[all …]
525 #define DXEPCTL_EPENA BIT(31) macro
Completed in 18 milliseconds