Searched refs:usbsts (Results 1 – 5 of 5) sorted by relevance
2457 static inline const char *xhci_decode_usbsts(char *str, u32 usbsts) in xhci_decode_usbsts() argument2461 ret = sprintf(str, " 0x%08x", usbsts); in xhci_decode_usbsts()2463 if (usbsts == ~(u32)0) in xhci_decode_usbsts()2466 if (usbsts & STS_HALT) in xhci_decode_usbsts()2468 if (usbsts & STS_FATAL) in xhci_decode_usbsts()2470 if (usbsts & STS_EINT) in xhci_decode_usbsts()2472 if (usbsts & STS_PORT) in xhci_decode_usbsts()2474 if (usbsts & STS_SAVE) in xhci_decode_usbsts()2476 if (usbsts & STS_RESTORE) in xhci_decode_usbsts()2478 if (usbsts & STS_SRE) in xhci_decode_usbsts()[all …]
1724 u32 usbsts; in xhci_handle_command_timeout() local1740 usbsts = readl(&xhci->op_regs->status); in xhci_handle_command_timeout()1741 xhci_dbg(xhci, "Command timeout, USBSTS:%s\n", xhci_decode_usbsts(str, usbsts)); in xhci_handle_command_timeout()
33 u32 usbsts; /* USB Status Register */ member70 u32 usbsts; /* USB Status Register */ member
107 u32 usbsts; /* Status register */ member
302 u32 usbsts; /* USB Status Register */ member