Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/gadget/
Dci_udc.h14 u32 usbsts; /* 0x134 */ member
35 u32 usbsts; /* 0x144 */ member
Dci_udc.c793 unsigned n = readl(&udc->usbsts); in udc_irq()
794 writel(n, &udc->usbsts); in udc_irq()
864 value = readl(&udc->usbsts); in usb_gadget_handle_interrupts()
1053 return !!(readl(&udc->usbsts) & STS_URI); in dfu_usb_get_reset()
/external/u-boot/arch/arm/include/asm/
Dehci-omap.h105 u32 usbsts; /* 0x14 */ member
/external/u-boot/arch/arm/mach-rmobile/include/mach/
Dehci-rmobile.h135 u32 usbsts; /* usbsts */ member
/external/u-boot/include/usb/
Dehci-ci.h201 u32 usbsts; /* 0x144 - USB Status */ member
/external/u-boot/drivers/usb/host/
Dehci-hcd.c310 uint32_t endpt, maxpacket, token, usbsts; in ehci_submit_async() local
551 usbsts = ehci_readl(&ctrl->hcor->or_usbsts); in ehci_submit_async()
552 ehci_writel(&ctrl->hcor->or_usbsts, (usbsts & 0x3f)); in ehci_submit_async()