Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dxhci.c181 ret = handshake(&hcor->or_usbsts, STS_HALT, 0, XHCI_MAX_HALT_USEC); in xhci_start()
203 state = xhci_readl(&hcor->or_usbsts) & STS_HALT; in xhci_reset()
210 ret = handshake(&hcor->or_usbsts, in xhci_reset()
231 return handshake(&hcor->or_usbsts, STS_CNR, 0, XHCI_MAX_RESET_USEC); in xhci_reset()
1253 temp = xhci_readl(&ctrl->hcor->or_usbsts); in xhci_lowlevel_stop()
1254 xhci_writel(&ctrl->hcor->or_usbsts, temp & ~STS_EINT); in xhci_lowlevel_stop()
Dehci-hcd.c219 ret = handshake(&ctrl->hcor->or_usbsts, STS_ASS | STS_PSS, 0, in ehci_shutdown()
231 ret = handshake(&ctrl->hcor->or_usbsts, STS_HALT, STS_HALT, in ehci_shutdown()
555 usbsts = ehci_readl(&ctrl->hcor->or_usbsts); in ehci_submit_async()
556 ehci_writel(&ctrl->hcor->or_usbsts, (usbsts & 0x3f)); in ehci_submit_async()
564 ret = handshake((uint32_t *)&ctrl->hcor->or_usbsts, STS_ASS, STS_ASS, in ehci_submit_async()
645 dev->devnum, ehci_readl(&ctrl->hcor->or_usbsts), in ehci_submit_async()
1194 ret = handshake((uint32_t *)&hcor->or_usbsts, in enable_periodic()
1215 ret = handshake((uint32_t *)&hcor->or_usbsts, in disable_periodic()
Dehci.h43 uint32_t or_usbsts; member
/external/u-boot/include/usb/
Dxhci.h165 volatile uint32_t or_usbsts; member