Searched refs:usbsts (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/drivers/usb/host/ |
D | xhci.h | 2653 static inline const char *xhci_decode_usbsts(char *str, u32 usbsts) in xhci_decode_usbsts() argument 2657 ret = sprintf(str, " 0x%08x", usbsts); in xhci_decode_usbsts() 2659 if (usbsts == ~(u32)0) in xhci_decode_usbsts() 2662 if (usbsts & STS_HALT) in xhci_decode_usbsts() 2664 if (usbsts & STS_FATAL) in xhci_decode_usbsts() 2666 if (usbsts & STS_EINT) in xhci_decode_usbsts() 2668 if (usbsts & STS_PORT) in xhci_decode_usbsts() 2670 if (usbsts & STS_SAVE) in xhci_decode_usbsts() 2672 if (usbsts & STS_RESTORE) in xhci_decode_usbsts() 2674 if (usbsts & STS_SRE) in xhci_decode_usbsts() [all …]
|
D | xhci-ring.c | 1571 u32 usbsts; in xhci_handle_command_timeout() local 1587 usbsts = readl(&xhci->op_regs->status); in xhci_handle_command_timeout() 1588 xhci_dbg(xhci, "Command timeout, USBSTS:%s\n", xhci_decode_usbsts(str, usbsts)); in xhci_handle_command_timeout()
|
/linux-6.1.9/drivers/usb/phy/ |
D | phy-mv-usb.h | 107 u32 usbsts; /* Status register */ member
|
D | phy-fsl-usb.h | 302 u32 usbsts; /* USB Status Register */ member
|
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()
|
/linux-6.1.9/drivers/usb/gadget/udc/ |
D | fsl_usb2_udc.h | 33 u32 usbsts; /* USB Status Register */ member 70 u32 usbsts; /* USB Status Register */ member
|
D | mv_udc.h | 142 u32 usbsts; /* Status register */ member
|
D | fsl_udc_core.c | 306 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()
|
D | mv_udc_core.c | 2010 status = readl(&udc->op_regs->usbsts); in mv_udc_irq() 2020 writel(status, &udc->op_regs->usbsts); in mv_udc_irq() 2190 writel(0xFFFFFFFF, &udc->op_regs->usbsts); in mv_udc_probe()
|