| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | ci_udc.h | 14 u32 usbsts; /* 0x134 */ member 35 u32 usbsts; /* 0x144 */ member
|
| H A D | ci_udc.c | 794 unsigned n = readl(&udc->usbsts); in udc_irq() 795 writel(n, &udc->usbsts); in udc_irq() 865 value = readl(&udc->usbsts); in usb_gadget_handle_interrupts() 1054 return !!(readl(&udc->usbsts) & STS_URI); in dfu_usb_get_reset()
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | xhci.h | 2693 static inline const char *xhci_decode_usbsts(char *str, u32 usbsts) in xhci_decode_usbsts() argument 2697 ret = sprintf(str, " 0x%08x", usbsts); in xhci_decode_usbsts() 2699 if (usbsts == ~(u32)0) in xhci_decode_usbsts() 2702 if (usbsts & STS_HALT) in xhci_decode_usbsts() 2704 if (usbsts & STS_FATAL) in xhci_decode_usbsts() 2706 if (usbsts & STS_EINT) in xhci_decode_usbsts() 2708 if (usbsts & STS_PORT) in xhci_decode_usbsts() 2710 if (usbsts & STS_SAVE) in xhci_decode_usbsts() 2712 if (usbsts & STS_RESTORE) in xhci_decode_usbsts() 2714 if (usbsts & STS_SRE) in xhci_decode_usbsts() [all …]
|
| H A D | xhci-ring.c | 1277 u32 usbsts; in xhci_stop_endpoint_command_watchdog() local 1289 usbsts = readl(&xhci->op_regs->status); in xhci_stop_endpoint_command_watchdog() 1292 xhci_warn(xhci, "USBSTS:%s\n", xhci_decode_usbsts(str, usbsts)); in xhci_stop_endpoint_command_watchdog()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rmobile/include/mach/ |
| H A D | ehci-rmobile.h | 136 u32 usbsts; /* usbsts */ member
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/ |
| H A D | ehci-omap.h | 106 u32 usbsts; /* 0x14 */ member
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/u-boot/include/usb/ |
| H A D | ehci-ci.h | 202 u32 usbsts; /* 0x144 - USB Status */ member
|
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | ehci-hcd.c | 311 uint32_t endpt, maxpacket, token, usbsts, qhtoken; in ehci_submit_async() local 549 usbsts = ehci_readl(&ctrl->hcor->or_usbsts); in ehci_submit_async() 550 ehci_writel(&ctrl->hcor->or_usbsts, (usbsts & 0x3f)); in ehci_submit_async()
|