Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dehci-hcd.c218 ret = handshake(&ctrl->hcor->or_usbsts, STS_ASS | STS_PSS, 0, in ehci_shutdown()
230 ret = handshake(&ctrl->hcor->or_usbsts, STS_HALT, STS_HALT, in ehci_shutdown()
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()
559 ret = handshake((uint32_t *)&ctrl->hcor->or_usbsts, STS_ASS, STS_ASS, in ehci_submit_async()
607 ret = handshake((uint32_t *)&ctrl->hcor->or_usbsts, STS_ASS, 0, in ehci_submit_async()
647 dev->devnum, ehci_readl(&ctrl->hcor->or_usbsts), in ehci_submit_async()
1192 ret = handshake((uint32_t *)&hcor->or_usbsts, in enable_periodic()
1213 ret = handshake((uint32_t *)&hcor->or_usbsts, in disable_periodic()
Dxhci.c180 ret = handshake(&hcor->or_usbsts, STS_HALT, 0, XHCI_MAX_HALT_USEC); in xhci_start()
202 state = xhci_readl(&hcor->or_usbsts) & STS_HALT; in xhci_reset()
209 ret = handshake(&hcor->or_usbsts, in xhci_reset()
230 return handshake(&hcor->or_usbsts, STS_CNR, 0, XHCI_MAX_RESET_USEC); in xhci_reset()
1251 temp = xhci_readl(&ctrl->hcor->or_usbsts); in xhci_lowlevel_stop()
1252 xhci_writel(&ctrl->hcor->or_usbsts, temp & ~STS_EINT); in xhci_lowlevel_stop()
Dehci.h41 uint32_t or_usbsts; member
Dxhci.h165 volatile uint32_t or_usbsts; member