Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dehci-hcd.c132 reg_ptr = (uint32_t *)((u8 *)&ctrl->hcor->or_usbcmd + USBMODE); in ehci_set_usbmode()
184 cmd = ehci_readl(&ctrl->hcor->or_usbcmd); in ehci_reset()
186 ehci_writel(&ctrl->hcor->or_usbcmd, cmd); in ehci_reset()
187 ret = handshake((uint32_t *)&ctrl->hcor->or_usbcmd, in ehci_reset()
213 cmd = ehci_readl(&ctrl->hcor->or_usbcmd); in ehci_shutdown()
218 ehci_writel(&ctrl->hcor->or_usbcmd, cmd); in ehci_shutdown()
230 ehci_writel(&ctrl->hcor->or_usbcmd, cmd); in ehci_shutdown()
553 cmd = ehci_readl(&ctrl->hcor->or_usbcmd); in ehci_submit_async()
556 ehci_writel(&ctrl->hcor->or_usbcmd, cmd); in ehci_submit_async()
874 (void) ehci_readl(&ctrl->hcor->or_usbcmd); in ehci_submit_root()
[all …]
H A Dehci-mxs.c157 tmp = ehci_readl(&hcor->or_usbcmd); in ehci_hcd_stop()
159 ehci_writel(&hcor->or_usbcmd, tmp); in ehci_hcd_stop()
H A Dxhci.c173 temp = xhci_readl(&hcor->or_usbcmd); in xhci_start()
175 xhci_writel(&hcor->or_usbcmd, temp); in xhci_start()
205 cmd = xhci_readl(&hcor->or_usbcmd); in xhci_reset()
207 xhci_writel(&hcor->or_usbcmd, cmd); in xhci_reset()
219 cmd = xhci_readl(&hcor->or_usbcmd); in xhci_reset()
221 xhci_writel(&hcor->or_usbcmd, cmd); in xhci_reset()
223 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 Dehci-tegra.c249 reg_ptr = (uint32_t *)((u8 *)&ctrl->hcor->or_usbcmd + in tegra_ehci_get_port_speed()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h165 volatile uint32_t or_usbcmd; member