/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci.h | 2632 static inline const char *xhci_decode_usbsts(char *str, u32 usbsts) in xhci_decode_usbsts() argument 2636 ret = sprintf(str, " 0x%08x", usbsts); in xhci_decode_usbsts() 2638 if (usbsts == ~(u32)0) in xhci_decode_usbsts() 2641 if (usbsts & STS_HALT) in xhci_decode_usbsts() 2643 if (usbsts & STS_FATAL) in xhci_decode_usbsts() 2645 if (usbsts & STS_EINT) in xhci_decode_usbsts() 2647 if (usbsts & STS_PORT) in xhci_decode_usbsts() 2649 if (usbsts & STS_SAVE) in xhci_decode_usbsts() 2651 if (usbsts & STS_RESTORE) in xhci_decode_usbsts() 2653 if (usbsts in xhci_decode_usbsts() [all...] |
H A D | xhci-ring.c | 1140 u32 usbsts; in xhci_stop_endpoint_command_watchdog() local 1152 usbsts = readl(&xhci->op_regs->status); in xhci_stop_endpoint_command_watchdog() 1155 xhci_warn(xhci, "USBSTS:%s\n", xhci_decode_usbsts(str, usbsts)); in xhci_stop_endpoint_command_watchdog()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci.h | 2664 static inline const char *xhci_decode_usbsts(char *str, u32 usbsts) in xhci_decode_usbsts() argument 2668 ret = sprintf(str, " 0x%08x", usbsts); in xhci_decode_usbsts() 2670 if (usbsts == ~(u32)0) in xhci_decode_usbsts() 2673 if (usbsts & STS_HALT) in xhci_decode_usbsts() 2675 if (usbsts & STS_FATAL) in xhci_decode_usbsts() 2677 if (usbsts & STS_EINT) in xhci_decode_usbsts() 2679 if (usbsts & STS_PORT) in xhci_decode_usbsts() 2681 if (usbsts & STS_SAVE) in xhci_decode_usbsts() 2683 if (usbsts & STS_RESTORE) in xhci_decode_usbsts() 2685 if (usbsts in xhci_decode_usbsts() [all...] |
H A D | xhci-ring.c | 1592 u32 usbsts; in xhci_handle_command_timeout() local 1608 usbsts = readl(&xhci->op_regs->status); in xhci_handle_command_timeout() 1609 xhci_dbg(xhci, "Command timeout, USBSTS:%s\n", xhci_decode_usbsts(str, usbsts)); in xhci_handle_command_timeout()
|
/kernel/linux/linux-5.10/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
|
H A D | phy-mv-usb.c | 159 tmp = readl(&mvotg->op_regs->usbsts); in mv_otg_reset() 160 writel(tmp, &mvotg->op_regs->usbsts); in mv_otg_reset()
|
/kernel/linux/linux-6.6/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
|
H A D | phy-mv-usb.c | 159 tmp = readl(&mvotg->op_regs->usbsts); in mv_otg_reset() 160 writel(tmp, &mvotg->op_regs->usbsts); in mv_otg_reset()
|
/kernel/linux/linux-5.10/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 | mv_udc.h | 142 u32 usbsts; /* Status register */ member
|
H A D | fsl_udc_core.c | 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()
|
H A D | mv_udc_core.c | 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()
|
/kernel/linux/linux-6.6/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 | mv_udc.h | 142 u32 usbsts; /* Status register */ member
|
H A D | fsl_udc_core.c | 305 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()
|
H A D | mv_udc_core.c | 2009 status = readl(&udc->op_regs->usbsts); in mv_udc_irq() 2019 writel(status, &udc->op_regs->usbsts); in mv_udc_irq() 2187 writel(0xFFFFFFFF, &udc->op_regs->usbsts); in mv_udc_probe()
|