Searched refs:or_usbcmd (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | ehci-hcd.c | 132 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 D | ehci-mxs.c | 157 tmp = ehci_readl(&hcor->or_usbcmd); in ehci_hcd_stop() 159 ehci_writel(&hcor->or_usbcmd, tmp); in ehci_hcd_stop()
|
| H A D | xhci.c | 173 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 D | ehci.h | 34 uint32_t or_usbcmd; member
|
| H A D | ehci-tegra.c | 249 reg_ptr = (uint32_t *)((u8 *)&ctrl->hcor->or_usbcmd + in tegra_ehci_get_port_speed()
|
| /OK3568_Linux_fs/u-boot/include/usb/ |
| H A D | xhci.h | 165 volatile uint32_t or_usbcmd; member
|