Searched refs:usbsts (Results 1 - 5 of 5) sorted by relevance

/u-boot/drivers/usb/gadget/
H A Dci_udc.h14 u32 usbsts; /* 0x134 */ member in struct:ci_udc
35 u32 usbsts; /* 0x144 */ member in struct:ci_udc
H A Dci_udc.c844 unsigned n = readl(&udc->usbsts);
845 writel(n, &udc->usbsts);
915 value = readl(&udc->usbsts);
1112 return !!(readl(&udc->usbsts) & STS_URI);
/u-boot/arch/arm/include/asm/
H A Dehci-omap.h105 u32 usbsts; /* 0x14 */ member in struct:omap_ehci
/u-boot/include/usb/
H A Dehci-ci.h187 u32 usbsts; /* 0x144 - USB Status */ member in struct:usb_ehci
/u-boot/drivers/usb/host/
H A Dehci-hcd.c378 uint32_t endpt, maxpacket, token, usbsts, qhtoken; local
621 usbsts = ehci_readl(&ctrl->hcor->or_usbsts);
622 ehci_writel(&ctrl->hcor->or_usbsts, (usbsts & 0x3f));
708 debug("dev=%u, usbsts=%#x, p[1]=%#x, p[2]=%#x\n",

Completed in 62 milliseconds