HomeSort by relevance Sort by last modified time
    Searched refs:usbsts (Results 1 - 6 of 6) sorted by null

  /external/u-boot/drivers/usb/gadget/
ci_udc.h 14 u32 usbsts; /* 0x134 */ member in struct:ci_udc
35 u32 usbsts; /* 0x144 */ member in struct:ci_udc
ci_udc.c 793 unsigned n = readl(&udc->usbsts);
794 writel(n, &udc->usbsts);
864 value = readl(&udc->usbsts);
1053 return !!(readl(&udc->usbsts) & STS_URI);
  /external/u-boot/arch/arm/include/asm/
ehci-omap.h 105 u32 usbsts; /* 0x14 */ member in struct:omap_ehci
  /external/u-boot/arch/arm/mach-rmobile/include/mach/
ehci-rmobile.h 135 u32 usbsts; /* usbsts */ member in struct:rmobile_ehci_reg
  /external/u-boot/include/usb/
ehci-ci.h 201 u32 usbsts; /* 0x144 - USB Status */ member in struct:usb_ehci
  /external/u-boot/drivers/usb/host/
ehci-hcd.c 310 uint32_t endpt, maxpacket, token, usbsts; local
551 usbsts = ehci_readl(&ctrl->hcor->or_usbsts);
552 ehci_writel(&ctrl->hcor->or_usbsts, (usbsts & 0x3f));
646 debug("dev=%u, usbsts=%#x, p[1]=%#x, p[2]=%#x\n",
    [all...]

Completed in 400 milliseconds