Searched refs:EP_CMD_STDL (Results 1 – 2 of 2) sorted by relevance
729 writel(EP_CMD_TDL_SET(reset_val) | EP_CMD_STDL, in cdns3_wa2_reset_tdl()1083 writel(EP_CMD_TDL_SET(tdl) | EP_CMD_STDL, in cdns3_ep_run_stream_transfer()1298 writel(EP_CMD_TDL_SET(tdl) | EP_CMD_STDL, in cdns3_ep_run_transfer()1629 writel(EP_CMD_TDL_SET(tdl) | EP_CMD_STDL, &priv_dev->regs->ep_cmd); in cdns3_reprogram_tdl()
595 #define EP_CMD_STDL BIT(8) macro