Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A 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()
1255 temp = xhci_readl(&ctrl->hcor->or_usbsts); in xhci_lowlevel_stop()
1256 xhci_writel(&ctrl->hcor->or_usbsts, temp & ~STS_EINT); in xhci_lowlevel_stop()
H A 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()
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()
558 ret = handshake((uint32_t *)&ctrl->hcor->or_usbsts, STS_ASS, STS_ASS, in ehci_submit_async()
639 dev->devnum, ehci_readl(&ctrl->hcor->or_usbsts), in ehci_submit_async()
1186 ret = handshake((uint32_t *)&hcor->or_usbsts, in enable_periodic()
1207 ret = handshake((uint32_t *)&hcor->or_usbsts, in disable_periodic()
H A Dehci.h43 uint32_t or_usbsts; member
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h166 volatile uint32_t or_usbsts; member