Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/host/
Dxhci.h2623 static inline const char *xhci_decode_usbsts(char *str, u32 usbsts) in xhci_decode_usbsts() argument
2627 if (usbsts == ~(u32)0) in xhci_decode_usbsts()
2629 if (usbsts & STS_HALT) in xhci_decode_usbsts()
2631 if (usbsts & STS_FATAL) in xhci_decode_usbsts()
2633 if (usbsts & STS_EINT) in xhci_decode_usbsts()
2635 if (usbsts & STS_PORT) in xhci_decode_usbsts()
2637 if (usbsts & STS_SAVE) in xhci_decode_usbsts()
2639 if (usbsts & STS_RESTORE) in xhci_decode_usbsts()
2641 if (usbsts & STS_SRE) in xhci_decode_usbsts()
2643 if (usbsts & STS_CNR) in xhci_decode_usbsts()
[all …]
Dxhci-ring.c1266 u32 usbsts; in xhci_stop_endpoint_command_watchdog() local
1278 usbsts = readl(&xhci->op_regs->status); in xhci_stop_endpoint_command_watchdog()
1281 xhci_warn(xhci, "USBSTS:%s\n", xhci_decode_usbsts(str, usbsts)); in xhci_stop_endpoint_command_watchdog()
/Linux-v5.15/drivers/usb/phy/
Dphy-mv-usb.h107 u32 usbsts; /* Status register */ member
Dphy-fsl-usb.h302 u32 usbsts; /* USB Status Register */ member
Dphy-mv-usb.c159 tmp = readl(&mvotg->op_regs->usbsts); in mv_otg_reset()
160 writel(tmp, &mvotg->op_regs->usbsts); in mv_otg_reset()
/Linux-v5.15/drivers/usb/gadget/udc/
Dfsl_usb2_udc.h33 u32 usbsts; /* USB Status Register */ member
70 u32 usbsts; /* USB Status Register */ member
Dmv_udc.h142 u32 usbsts; /* Status register */ member
Dfsl_udc_core.c306 fsl_writel(0, &dr_regs->usbsts); in dr_controller_setup()
1869 irq_src = fsl_readl(&dr_regs->usbsts) & fsl_readl(&dr_regs->usbintr); in fsl_udc_irq()
1871 fsl_writel(irq_src, &dr_regs->usbsts); in fsl_udc_irq()
2045 tmp_reg = fsl_readl(&dr_regs->usbsts); in fsl_proc_read()
Dmv_udc_core.c2008 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()