Searched refs:usbsts (Results 1 – 6 of 6) sorted by relevance
2443 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 …]
1715 u32 usbsts; in xhci_handle_command_timeout() local1731 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()
33 u32 usbsts; /* USB Status Register */ member70 u32 usbsts; /* USB Status Register */ member
306 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()
107 u32 usbsts; /* Status register */ member
302 u32 usbsts; /* USB Status Register */ member
Completed in 57 milliseconds