Searched refs:EP_CFG_ENABLE (Results 1 – 3 of 3) sorted by relevance
848 writel(EP_CFG_ENABLE | EP_CFG_MAXPKTSIZE(max_packet_size), in cdns3_ep0_config()857 writel(EP_CFG_ENABLE | EP_CFG_MAXPKTSIZE(max_packet_size), in cdns3_ep0_config()
991 EP_CFG_ENABLE); in cdns3_ep_run_transfer()1245 ep_cfg &= ~EP_CFG_ENABLE; in cdns3_check_ep_interrupt_proceed()1862 cdns3_set_register_bit(&priv_dev->regs->ep_cfg, EP_CFG_ENABLE); in cdns3_gadget_ep_enable()1918 ep_cfg &= ~EP_CFG_ENABLE; in cdns3_gadget_ep_disable()
544 #define EP_CFG_ENABLE BIT(0) macro