Searched refs:usbsts (Results 1 – 9 of 9) sorted by relevance
2601 static inline const char *xhci_decode_usbsts(u32 usbsts) in xhci_decode_usbsts() argument2606 if (usbsts == ~(u32)0) in xhci_decode_usbsts()2608 if (usbsts & STS_HALT) in xhci_decode_usbsts()2610 if (usbsts & STS_FATAL) in xhci_decode_usbsts()2612 if (usbsts & STS_EINT) in xhci_decode_usbsts()2614 if (usbsts & STS_PORT) in xhci_decode_usbsts()2616 if (usbsts & STS_SAVE) in xhci_decode_usbsts()2618 if (usbsts & STS_RESTORE) in xhci_decode_usbsts()2620 if (usbsts & STS_SRE) in xhci_decode_usbsts()2622 if (usbsts & STS_CNR) in xhci_decode_usbsts()[all …]
976 u32 usbsts; in xhci_stop_endpoint_command_watchdog() local987 usbsts = readl(&xhci->op_regs->status); in xhci_stop_endpoint_command_watchdog()990 xhci_warn(xhci, "USBSTS:%s\n", xhci_decode_usbsts(usbsts)); in xhci_stop_endpoint_command_watchdog()
107 u32 usbsts; /* Status register */ member
302 u32 usbsts; /* USB Status Register */ member
159 tmp = readl(&mvotg->op_regs->usbsts); in mv_otg_reset()160 writel(tmp, &mvotg->op_regs->usbsts); in mv_otg_reset()
33 u32 usbsts; /* USB Status Register */ member70 u32 usbsts; /* USB Status Register */ member
142 u32 usbsts; /* Status register */ member
307 fsl_writel(0, &dr_regs->usbsts); in dr_controller_setup()1872 irq_src = fsl_readl(&dr_regs->usbsts) & fsl_readl(&dr_regs->usbintr); in fsl_udc_irq()1874 fsl_writel(irq_src, &dr_regs->usbsts); in fsl_udc_irq()2048 tmp_reg = fsl_readl(&dr_regs->usbsts); in fsl_proc_read()
2008 status = readl(&udc->op_regs->usbsts); in mv_udc_irq()2018 writel(status, &udc->op_regs->usbsts); in mv_udc_irq()2190 writel(0xFFFFFFFF, &udc->op_regs->usbsts); in mv_udc_probe()