Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A 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()
557 usbsts = ehci_readl(&ctrl->hcor->or_usbsts); in ehci_submit_async()
558 ehci_writel(&ctrl->hcor->or_usbsts, (usbsts & 0x3f)); in ehci_submit_async()
565 ret = handshake((uint32_t *)&ctrl->hcor->or_usbsts, STS_ASS, STS_ASS, in ehci_submit_async()
613 ret = handshake((uint32_t *)&ctrl->hcor->or_usbsts, STS_ASS, 0, in ehci_submit_async()
653 dev->devnum, ehci_readl(&ctrl->hcor->or_usbsts), in ehci_submit_async()
1202 ret = handshake((uint32_t *)&hcor->or_usbsts, in enable_periodic()
1223 ret = handshake((uint32_t *)&hcor->or_usbsts, in disable_periodic()
H A 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()
H A Dehci.h43 uint32_t or_usbsts; member
H A Dxhci.h165 volatile uint32_t or_usbsts; member