Lines Matching refs:usbsts
2632 static inline const char *xhci_decode_usbsts(char *str, u32 usbsts)
2636 ret = sprintf(str, " 0x%08x", usbsts);
2638 if (usbsts == ~(u32)0)
2641 if (usbsts & STS_HALT)
2643 if (usbsts & STS_FATAL)
2645 if (usbsts & STS_EINT)
2647 if (usbsts & STS_PORT)
2649 if (usbsts & STS_SAVE)
2651 if (usbsts & STS_RESTORE)
2653 if (usbsts & STS_SRE)
2655 if (usbsts & STS_CNR)
2657 if (usbsts & STS_HCE)