Lines Matching refs:ep_sts
52 u32 ep_sts,
57 ret = sprintf(str, "IRQ for %s: %08x ", ep_name, ep_sts);
59 if (ep_sts & EP_STS_SETUP)
61 if (ep_sts & EP_STS_IOC)
63 if (ep_sts & EP_STS_ISP)
65 if (ep_sts & EP_STS_DESCMIS)
67 if (ep_sts & EP_STS_STREAMR)
69 if (ep_sts & EP_STS_MD_EXIT)
71 if (ep_sts & EP_STS_TRBERR)
73 if (ep_sts & EP_STS_NRDY)
75 if (ep_sts & EP_STS_PRIME)
77 if (ep_sts & EP_STS_SIDERR)
79 if (ep_sts & EP_STS_OUTSMM)
81 if (ep_sts & EP_STS_ISOERR)
83 if (ep_sts & EP_STS_IOT)
91 u32 ep_sts)
93 return cdns3_decode_ep_irq(str, ep_sts, ep_name);
98 u32 ep_sts)
100 return cdns3_decode_ep_irq(str, ep_sts,