Searched refs:EP_ENABLED (Results 1 – 2 of 2) sorted by relevance
1029 if (priv_ep->flags & EP_ENABLED) in cdns3_set_hw_configuration()1787 if (WARN_ON(priv_ep->flags & EP_ENABLED)) in cdns3_gadget_ep_enable()1853 priv_ep->flags |= EP_ENABLED | EP_UPDATE_EP_TRBADDR; in cdns3_gadget_ep_enable()1893 if (WARN_ON(!(priv_ep->flags & EP_ENABLED))) in cdns3_gadget_ep_disable()1949 priv_ep->flags &= ~EP_ENABLED; in cdns3_gadget_ep_disable()2186 if (!(priv_ep->flags & EP_ENABLED)) in cdns3_gadget_ep_set_halt()
1131 #define EP_ENABLED BIT(0) macro