Home
last modified time | relevance | path

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

/u-boot/drivers/usb/host/
A Dehci-hcd.c188 cmd = ehci_readl(&ctrl->hcor->or_usbcmd); in ehci_reset()
190 ehci_writel(&ctrl->hcor->or_usbcmd, cmd); in ehci_reset()
217 cmd = ehci_readl(&ctrl->hcor->or_usbcmd); in ehci_shutdown()
222 ehci_writel(&ctrl->hcor->or_usbcmd, cmd); in ehci_shutdown()
310 cmd = ehci_readl(&ctrl->hcor->or_usbcmd); in ehci_enable_async()
315 ehci_writel(&ctrl->hcor->or_usbcmd, cmd); in ehci_enable_async()
334 cmd = ehci_readl(&ctrl->hcor->or_usbcmd); in ehci_disable_async()
1232 cmd = ehci_readl(&hcor->or_usbcmd); in enable_periodic()
1234 ehci_writel(&hcor->or_usbcmd, cmd); in enable_periodic()
1253 cmd = ehci_readl(&hcor->or_usbcmd); in disable_periodic()
[all …]
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()
A Dxhci.c175 temp = xhci_readl(&hcor->or_usbcmd); in xhci_start()
177 xhci_writel(&hcor->or_usbcmd, temp); in xhci_start()
238 cmd = xhci_readl(&hcor->or_usbcmd); in xhci_reset()
240 xhci_writel(&hcor->or_usbcmd, cmd); in xhci_reset()
252 cmd = xhci_readl(&hcor->or_usbcmd); in xhci_reset()
254 xhci_writel(&hcor->or_usbcmd, cmd); in xhci_reset()
256 ret = handshake(&hcor->or_usbcmd, CMD_RESET, 0, XHCI_MAX_RESET_USEC); in xhci_reset()
A Dehci.h34 uint32_t or_usbcmd; member
A Dehci-tegra.c248 reg_ptr = (uint32_t *)((u8 *)&ctrl->hcor->or_usbcmd + in tegra_ehci_get_port_speed()
/u-boot/include/usb/
A Dxhci.h164 volatile uint32_t or_usbcmd; member

Completed in 20 milliseconds