Searched refs:EP_CFG_ENABLE (Results 1 – 3 of 3) sorted by relevance
1339 EP_CFG_ENABLE); in cdns3_ep_run_transfer()1691 ep_cfg &= ~EP_CFG_ENABLE; in cdns3_check_ep_interrupt_proceed()2115 ep_cfg |= EP_CFG_ENABLE; in cdns3_ep_config()2445 ep_cfg &= ~EP_CFG_ENABLE; in cdns3_gadget_ep_disable()
847 ep_cfg = EP_CFG_ENABLE | EP_CFG_MAXPKTSIZE(max_packet_size); in cdns3_ep0_config()
545 #define EP_CFG_ENABLE BIT(0) macro