EP_STS_TRBERR
if (ep_sts & EP_STS_TRBERR)
writel(EP_STS_TRBERR, ®s->ep_sts);
writel(EP_STS_TRBERR | EP_STS_DESCMIS, &priv_dev->regs->ep_sts);
if (readl(&priv_dev->regs->ep_sts) & EP_STS_TRBERR) {
writel(EP_STS_TRBERR, &priv_dev->regs->ep_sts);
writel(EP_STS_TRBERR | EP_STS_DESCMIS, &priv_dev->regs->ep_sts);
if (ep_sts_reg & EP_STS_TRBERR) {