Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci.h2465 static inline const char *xhci_decode_usbsts(char *str, u32 usbsts) in xhci_decode_usbsts() argument
2469 ret = sprintf(str, " 0x%08x", usbsts); in xhci_decode_usbsts()
2471 if (usbsts == ~(u32)0) in xhci_decode_usbsts()
2474 if (usbsts & STS_HALT) in xhci_decode_usbsts()
2476 if (usbsts & STS_FATAL) in xhci_decode_usbsts()
2478 if (usbsts & STS_EINT) in xhci_decode_usbsts()
2480 if (usbsts & STS_PORT) in xhci_decode_usbsts()
2482 if (usbsts & STS_SAVE) in xhci_decode_usbsts()
2484 if (usbsts & STS_RESTORE) in xhci_decode_usbsts()
2486 if (usbsts & STS_SRE) in xhci_decode_usbsts()
[all …]
H A Dxhci.c957 u32 usbsts; in xhci_suspend() local
1023 usbsts = readl(&xhci->op_regs->status); in xhci_suspend()
1040 if (usbsts & (STS_SRE | STS_HCE)) { in xhci_suspend()
1041 xhci_warn(xhci, "Controller Save State failed, USBSTS 0x%08x\n", usbsts); in xhci_suspend()
1047 } else if (usbsts & STS_SRE) { in xhci_suspend()
1048 xhci_warn(xhci, "Suspend Save Error (SRE), USBSTS 0x%08x\n", usbsts); in xhci_suspend()
/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()
1871 irq_src = fsl_readl(&dr_regs->usbsts) & fsl_readl(&dr_regs->usbintr); in fsl_udc_irq()
1873 fsl_writel(irq_src, &dr_regs->usbsts); in fsl_udc_irq()
2046 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