Searched refs:MTU3_EP_ENABLED (Results 1 – 2 of 2) sorted by relevance
181 if (mep->flags & MTU3_EP_ENABLED) { in mtu3_gadget_ep_enable()197 mep->flags |= MTU3_EP_ENABLED; in mtu3_gadget_ep_enable()216 if (!(mep->flags & MTU3_EP_ENABLED)) { in mtu3_gadget_ep_disable()223 mep->flags &= ~MTU3_EP_ENABLED; in mtu3_gadget_ep_disable()
57 #define MTU3_EP_ENABLED BIT(0) macro