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