Home
last modified time | relevance | path

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

/drivers/usb/host/
A Dxhci.h2443 ret = sprintf(str, " 0x%08x", usbsts); in xhci_decode_usbsts()
2445 if (usbsts == ~(u32)0) in xhci_decode_usbsts()
2448 if (usbsts & STS_HALT) in xhci_decode_usbsts()
2450 if (usbsts & STS_FATAL) in xhci_decode_usbsts()
2452 if (usbsts & STS_EINT) in xhci_decode_usbsts()
2454 if (usbsts & STS_PORT) in xhci_decode_usbsts()
2456 if (usbsts & STS_SAVE) in xhci_decode_usbsts()
2458 if (usbsts & STS_RESTORE) in xhci_decode_usbsts()
2460 if (usbsts & STS_SRE) in xhci_decode_usbsts()
2462 if (usbsts & STS_CNR) in xhci_decode_usbsts()
[all …]
A Dxhci-ring.c1715 u32 usbsts; in xhci_handle_command_timeout() local
1731 usbsts = readl(&xhci->op_regs->status); in xhci_handle_command_timeout()
1732 xhci_dbg(xhci, "Command timeout, USBSTS:%s\n", xhci_decode_usbsts(str, usbsts)); in xhci_handle_command_timeout()
/drivers/usb/gadget/udc/
A Dfsl_usb2_udc.h33 u32 usbsts; /* USB Status Register */ member
70 u32 usbsts; /* USB Status Register */ member
A Dfsl_udc_core.c306 fsl_writel(0, &dr_regs->usbsts); in dr_controller_setup()
1880 irq_src = fsl_readl(&dr_regs->usbsts) & fsl_readl(&dr_regs->usbintr); in fsl_udc_irq()
1882 fsl_writel(irq_src, &dr_regs->usbsts); in fsl_udc_irq()
2055 tmp_reg = fsl_readl(&dr_regs->usbsts); in fsl_proc_read()
/drivers/usb/phy/
A Dphy-mv-usb.h107 u32 usbsts; /* Status register */ member
A Dphy-fsl-usb.h302 u32 usbsts; /* USB Status Register */ member

Completed in 57 milliseconds