Searched refs:ehci_writel (Results 1 – 5 of 5) sorted by relevance
| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | ehci-hcd.c | 140 ehci_writel(reg_ptr, tmp); in ehci_set_usbmode() 186 ehci_writel(&ctrl->hcor->or_usbcmd, cmd); in ehci_reset() 201 ehci_writel(&ctrl->hcor->or_txfilltuning, cmd); in ehci_reset() 218 ehci_writel(&ctrl->hcor->or_usbcmd, cmd); in ehci_shutdown() 226 ehci_writel(&ctrl->hcor->or_portsc[i], reg); in ehci_shutdown() 230 ehci_writel(&ctrl->hcor->or_usbcmd, cmd); in ehci_shutdown() 550 ehci_writel(&ctrl->hcor->or_usbsts, (usbsts & 0x3f)); in ehci_submit_async() 556 ehci_writel(&ctrl->hcor->or_usbcmd, cmd); in ehci_submit_async() 806 ehci_writel(status_reg, reg); in ehci_submit_root() 811 ehci_writel(status_reg, reg); in ehci_submit_root() [all …]
|
| H A D | ehci.h | 106 #define ehci_writel(a, b) __raw_writel(cpu_to_be32(b), a) macro 109 #define ehci_writel(a, b) writel(b, a) macro
|
| H A D | ehci-mxs.c | 159 ehci_writel(&hcor->or_usbcmd, tmp); in ehci_hcd_stop()
|
| H A D | ehci-fsl.c | 304 ehci_writel(&ehci->txfilltuning, cmd); in set_txfifothresh()
|
| H A D | ehci-tegra.c | 237 ehci_writel(&usbctlr->usb_mode, tmp); in tegra_ehci_set_usbmode()
|