Searched refs:EP_CMD_STDL (Results 1 – 3 of 3) sorted by relevance
733 writel(EP_CMD_TDL_SET(reset_val) | EP_CMD_STDL, in cdns3_wa2_reset_tdl()1071 writel(EP_CMD_TDL_SET(tdl) | EP_CMD_STDL, in cdns3_ep_run_stream_transfer()1286 writel(EP_CMD_TDL_SET(tdl) | EP_CMD_STDL, in cdns3_ep_run_transfer()1619 writel(EP_CMD_TDL_SET(tdl) | EP_CMD_STDL, &priv_dev->regs->ep_cmd); in cdns3_reprogram_tdl()
594 #define EP_CMD_STDL BIT(8) macro