Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/udc/
H A Dfsl_usb2_udc.h33 u32 usbsts; /* USB Status Register */ member
70 u32 usbsts; /* USB Status Register */ member
H 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()
/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
/linux/drivers/usb/host/
H A Dxhci.c964 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 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()