Searched refs:MTU3_EP_STALL (Results 1 – 4 of 4) sorted by relevance
61 #define MTU3_EP_STALL BIT(1) macro
245 __entry->flags & MTU3_EP_STALL ? 'S' : 's',
333 mep->flags &= ~MTU3_EP_STALL; in mtu3_ep_stall_set()335 mep->flags |= MTU3_EP_STALL; in mtu3_ep_stall_set()
249 if (mep->flags & MTU3_EP_STALL) in ep0_get_status()