Home
last modified time | relevance | path

Searched refs:or_usbsts (Results 1 – 4 of 4) sorted by relevance

/u-boot/drivers/usb/host/
A Dehci-hcd.c223 ret = handshake(&ctrl->hcor->or_usbsts, STS_ASS | STS_PSS, 0, in ehci_shutdown()
235 ret = handshake(&ctrl->hcor->or_usbsts, STS_HALT, STS_HALT, in ehci_shutdown()
317 ret = handshake((uint32_t *)&ctrl->hcor->or_usbsts, STS_ASS, STS_ASS, in ehci_enable_async()
341 ret = handshake((uint32_t *)&ctrl->hcor->or_usbsts, STS_ASS, 0, in ehci_disable_async()
603 usbsts = ehci_readl(&ctrl->hcor->or_usbsts); in ehci_submit_async()
604 ehci_writel(&ctrl->hcor->or_usbsts, (usbsts & 0x3f)); in ehci_submit_async()
687 dev->devnum, ehci_readl(&ctrl->hcor->or_usbsts), in ehci_submit_async()
1236 ret = handshake((uint32_t *)&hcor->or_usbsts, in enable_periodic()
1257 ret = handshake((uint32_t *)&hcor->or_usbsts, in disable_periodic()
A Dxhci.c183 ret = handshake(&hcor->or_usbsts, STS_HALT, 0, XHCI_MAX_HALT_USEC); in xhci_start()
236 state = xhci_readl(&hcor->or_usbsts) & STS_HALT; in xhci_reset()
243 ret = handshake(&hcor->or_usbsts, in xhci_reset()
264 return handshake(&hcor->or_usbsts, STS_CNR, 0, XHCI_MAX_RESET_USEC); in xhci_reset()
1293 temp = xhci_readl(&ctrl->hcor->or_usbsts); in xhci_lowlevel_stop()
1294 xhci_writel(&ctrl->hcor->or_usbsts, temp & ~STS_EINT); in xhci_lowlevel_stop()
A Dehci.h43 uint32_t or_usbsts; member
/u-boot/include/usb/
A Dxhci.h165 volatile uint32_t or_usbsts; member

Completed in 17 milliseconds