Home
last modified time | relevance | path

Searched refs:usbsts (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/usb/host/
H A Dxhci.h2457 static inline const char *xhci_decode_usbsts(char *str, u32 usbsts) in xhci_decode_usbsts() argument
2461 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 …]
H A Dxhci-ring.c1724 u32 usbsts; in xhci_handle_command_timeout() local
1740 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()
/linux/drivers/usb/gadget/udc/
H A Dfsl_usb2_udc.h33 u32 usbsts; /* USB Status Register */ member
70 u32 usbsts; /* USB Status Register */ member
/linux/drivers/usb/phy/
H A Dphy-mv-usb.h107 u32 usbsts; /* Status register */ member
H A Dphy-fsl-usb.h302 u32 usbsts; /* USB Status Register */ member