Home
last modified time | relevance | path

Searched refs:EP_STS_TRBERR (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/usb/cdns3/
Dcdns3-debug.h71 if (ep_sts & EP_STS_TRBERR) in cdns3_decode_ep_irq()
Dcdns3-gadget.c1062 writel(EP_STS_TRBERR | EP_STS_DESCMIS, &priv_dev->regs->ep_sts); in cdns3_ep_run_stream_transfer()
1099 if (readl(&priv_dev->regs->ep_sts) & EP_STS_TRBERR) { in cdns3_rearm_drdy_if_needed()
1100 writel(EP_STS_TRBERR, &priv_dev->regs->ep_sts); in cdns3_rearm_drdy_if_needed()
1354 writel(EP_STS_TRBERR | EP_STS_DESCMIS, &priv_dev->regs->ep_sts); in cdns3_ep_run_transfer()
1674 if (ep_sts_reg & EP_STS_TRBERR) { in cdns3_check_ep_interrupt_proceed()
Dcdns3-ep0.c60 writel(EP_STS_TRBERR, &regs->ep_sts); in cdns3_ep0_run_transfer()
Dcdns3-gadget.h628 #define EP_STS_TRBERR BIT(7) macro