Searched refs:or_usbcmd (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/drivers/usb/host/ |
H A D | ehci-hcd.c | 131 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 D | ehci-mxs.c | 156 tmp = ehci_readl(&hcor->or_usbcmd); in ehci_hcd_stop() 158 ehci_writel(&hcor->or_usbcmd, tmp); in ehci_hcd_stop()
|
H A D | xhci.c | 172 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 D | ehci.h | 34 uint32_t or_usbcmd; member
|
H A D | xhci.h | 164 volatile uint32_t or_usbcmd; member
|
H A D | ehci-tegra.c | 246 reg_ptr = (uint32_t *)((u8 *)&ctrl->hcor->or_usbcmd + in tegra_ehci_get_port_speed()
|