Searched refs:usbsts (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/usb/gadget/udc/ |
| H A D | fsl_usb2_udc.h | 33 u32 usbsts; /* USB Status Register */ member 70 u32 usbsts; /* USB Status Register */ member
|
| H A D | fsl_udc_core.c | 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()
|
| /linux/drivers/usb/phy/ |
| H A D | phy-mv-usb.h | 107 u32 usbsts; /* Status register */ member
|
| H A D | phy-fsl-usb.h | 302 u32 usbsts; /* USB Status Register */ member
|
| /linux/drivers/usb/host/ |
| H A D | xhci.c | 964 u32 usbsts; in xhci_suspend() local 1026 usbsts = readl(&xhci->op_regs->status); in xhci_suspend() 1043 if (usbsts & (STS_SRE | STS_HCE)) { in xhci_suspend() 1044 xhci_warn(xhci, "Controller Save State failed, USBSTS 0x%08x\n", usbsts); in xhci_suspend() 1050 } else if (usbsts & STS_SRE) { in xhci_suspend() 1051 xhci_warn(xhci, "Suspend Save Error (SRE), USBSTS 0x%08x\n", usbsts); in xhci_suspend()
|
| H A D | xhci-ring.c | 1724 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()
|