Searched refs:EP_STS_DESCMIS (Results 1 – 8 of 8) sorted by relevance
65 if (ep_sts & EP_STS_DESCMIS) in cdns3_decode_ep_irq()
1061 writel(EP_STS_TRBERR | EP_STS_DESCMIS, &priv_dev->regs->ep_sts); in cdns3_ep_run_stream_transfer()1353 writel(EP_STS_TRBERR | EP_STS_DESCMIS, &priv_dev->regs->ep_sts); in cdns3_ep_run_transfer()1675 !(ep_sts_reg & EP_STS_DESCMIS && in cdns3_check_ep_interrupt_proceed()1751 if (ep_sts_reg & EP_STS_DESCMIS && priv_dev->dev_ver < DEV_VER_V2 && in cdns3_check_ep_interrupt_proceed()
634 if (ep_sts_reg & EP_STS_DESCMIS) { in cdns3_check_ep0_interrupt_proceed()
618 #define EP_STS_DESCMIS BIT(4) macro
66 if (ep_sts & EP_STS_DESCMIS) in cdns3_decode_ep_irq()
994 writel(EP_STS_TRBERR | EP_STS_DESCMIS, &priv_dev->regs->ep_sts); in cdns3_ep_run_transfer()1218 !(ep_sts_reg & EP_STS_DESCMIS && in cdns3_check_ep_interrupt_proceed()1269 if (ep_sts_reg & EP_STS_DESCMIS && priv_dev->dev_ver < DEV_VER_V2 && in cdns3_check_ep_interrupt_proceed()
669 if (ep_sts_reg & EP_STS_DESCMIS) { in cdns3_check_ep0_interrupt_proceed()
617 #define EP_STS_DESCMIS BIT(4) macro