Searched refs:EP_CMD_DFLUSH (Results 1 – 2 of 2) sorted by relevance
269 writel(EP_CMD_DFLUSH | EP_CMD_ERDY | EP_CMD_SSTALL, in cdns3_ep_stall_flush()274 !(val & EP_CMD_DFLUSH), 1, 1000); in cdns3_ep_stall_flush()2730 writel(EP_CMD_DFLUSH, &priv_dev->regs->ep_cmd); in cdns3_gadget_ep_dequeue()2734 !(val & EP_CMD_DFLUSH), 1, 1000); in cdns3_gadget_ep_dequeue()
592 #define EP_CMD_DFLUSH BIT(7) macro