Home
last modified time | relevance | path

Searched refs:or_usbcmd (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dehci-hcd.c131 reg_ptr = (uint32_t *)((u8 *)&ctrl->hcor->or_usbcmd + USBMODE); in ehci_set_usbmode()
183 cmd = ehci_readl(&ctrl->hcor->or_usbcmd); in ehci_reset()
185 ehci_writel(&ctrl->hcor->or_usbcmd, cmd); in ehci_reset()
186 ret = handshake((uint32_t *)&ctrl->hcor->or_usbcmd, in ehci_reset()
212 cmd = ehci_readl(&ctrl->hcor->or_usbcmd); in ehci_shutdown()
217 ehci_writel(&ctrl->hcor->or_usbcmd, cmd); in ehci_shutdown()
229 ehci_writel(&ctrl->hcor->or_usbcmd, cmd); in ehci_shutdown()
561 cmd = ehci_readl(&ctrl->hcor->or_usbcmd); in ehci_submit_async()
563 ehci_writel(&ctrl->hcor->or_usbcmd, cmd); in ehci_submit_async()
609 cmd = ehci_readl(&ctrl->hcor->or_usbcmd); in ehci_submit_async()
[all …]
H A Dehci-mxs.c156 tmp = ehci_readl(&hcor->or_usbcmd); in ehci_hcd_stop()
158 ehci_writel(&hcor->or_usbcmd, tmp); in ehci_hcd_stop()
H A Dxhci.c172 temp = xhci_readl(&hcor->or_usbcmd); in xhci_start()
174 xhci_writel(&hcor->or_usbcmd, temp); in xhci_start()
204 cmd = xhci_readl(&hcor->or_usbcmd); in xhci_reset()
206 xhci_writel(&hcor->or_usbcmd, cmd); in xhci_reset()
218 cmd = xhci_readl(&hcor->or_usbcmd); in xhci_reset()
220 xhci_writel(&hcor->or_usbcmd, cmd); in xhci_reset()
222 ret = handshake(&hcor->or_usbcmd, CMD_RESET, 0, XHCI_MAX_RESET_USEC); in xhci_reset()
H A Dehci.h34 uint32_t or_usbcmd; member
H A Dxhci.h164 volatile uint32_t or_usbcmd; member
H A Dehci-tegra.c246 reg_ptr = (uint32_t *)((u8 *)&ctrl->hcor->or_usbcmd + in tegra_ehci_get_port_speed()