Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dci_udc.h14 u32 usbsts; /* 0x134 */ member
35 u32 usbsts; /* 0x144 */ member
H A Dci_udc.c794 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()
/rk3399_rockchip-uboot/arch/arm/mach-rmobile/include/mach/
H A Dehci-rmobile.h136 u32 usbsts; /* usbsts */ member
/rk3399_rockchip-uboot/arch/arm/include/asm/
H A Dehci-omap.h106 u32 usbsts; /* 0x14 */ member
/rk3399_rockchip-uboot/include/usb/
H A Dehci-ci.h202 u32 usbsts; /* 0x144 - USB Status */ member
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dehci-hcd.c311 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()