Searched refs:EP_STS_TRBERR (Results 1 – 4 of 4) sorted by relevance
71 if (ep_sts & EP_STS_TRBERR) in cdns3_decode_ep_irq()
1066 writel(EP_STS_TRBERR | EP_STS_DESCMIS, &priv_dev->regs->ep_sts); in cdns3_ep_run_stream_transfer()1103 if (readl(&priv_dev->regs->ep_sts) & EP_STS_TRBERR) { in cdns3_rearm_drdy_if_needed()1104 writel(EP_STS_TRBERR, &priv_dev->regs->ep_sts); in cdns3_rearm_drdy_if_needed()1407 writel(EP_STS_TRBERR | EP_STS_DESCMIS, &priv_dev->regs->ep_sts); in cdns3_ep_run_transfer()1737 if (ep_sts_reg & EP_STS_TRBERR) { in cdns3_check_ep_interrupt_proceed()
60 writel(EP_STS_TRBERR, ®s->ep_sts); in cdns3_ep0_run_transfer()
628 #define EP_STS_TRBERR BIT(7) macro