Home
last modified time | relevance | path

Searched refs:EP_CMD_DFLUSH (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/usb/cdns3/
H A Dcdns3-gadget.c269 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()
2729 writel(EP_CMD_DFLUSH, &priv_dev->regs->ep_cmd); in cdns3_gadget_ep_dequeue()
2733 !(val & EP_CMD_DFLUSH), 1, 1000); in cdns3_gadget_ep_dequeue()
H A Dcdns3-gadget.h592 #define EP_CMD_DFLUSH BIT(7) macro