EP_STS_DESCMIS
if (ep_sts & EP_STS_DESCMIS)
if (ep_sts_reg & EP_STS_DESCMIS) {
writel(EP_STS_TRBERR | EP_STS_DESCMIS, &priv_dev->regs->ep_sts);
writel(EP_STS_TRBERR | EP_STS_DESCMIS, &priv_dev->regs->ep_sts);
!(ep_sts_reg & EP_STS_DESCMIS &&
if (ep_sts_reg & EP_STS_DESCMIS && priv_dev->dev_ver < DEV_VER_V2 &&