Lines Matching defs:usbsts
2664 static inline const char *xhci_decode_usbsts(char *str, u32 usbsts)
2668 ret = sprintf(str, " 0x%08x", usbsts);
2670 if (usbsts == ~(u32)0)
2673 if (usbsts & STS_HALT)
2675 if (usbsts & STS_FATAL)
2677 if (usbsts & STS_EINT)
2679 if (usbsts & STS_PORT)
2681 if (usbsts & STS_SAVE)
2683 if (usbsts & STS_RESTORE)
2685 if (usbsts & STS_SRE)
2687 if (usbsts & STS_CNR)
2689 if (usbsts & STS_HCE)