Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/usb/cdns3/
Dcdns3-debug.h71 if (ep_sts & EP_STS_TRBERR) in cdns3_decode_ep_irq()
Dcdns3-gadget.c1066 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()
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