Home
last modified time | relevance | path

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

/u-boot/drivers/usb/gadget/
A Dci_udc.h14 u32 usbsts; /* 0x134 */ member
35 u32 usbsts; /* 0x144 */ member
A Dci_udc.c806 unsigned n = readl(&udc->usbsts); in udc_irq()
807 writel(n, &udc->usbsts); in udc_irq()
877 value = readl(&udc->usbsts); in usb_gadget_handle_interrupts()
1074 return !!(readl(&udc->usbsts) & STS_URI); in dfu_usb_get_reset()
/u-boot/arch/arm/include/asm/
A Dehci-omap.h105 u32 usbsts; /* 0x14 */ member
/u-boot/include/usb/
A Dehci-ci.h187 u32 usbsts; /* 0x144 - USB Status */ member
/u-boot/drivers/usb/host/
A Dehci-hcd.c378 uint32_t endpt, maxpacket, token, usbsts, qhtoken; in ehci_submit_async() local
621 usbsts = ehci_readl(&ctrl->hcor->or_usbsts); in ehci_submit_async()
622 ehci_writel(&ctrl->hcor->or_usbsts, (usbsts & 0x3f)); in ehci_submit_async()

Completed in 20 milliseconds