Searched refs:xhci_regs (Results 1 – 4 of 4) sorted by relevance
252 void __iomem *xhci_regs = cdns->xhci_regs; in cdns_imx_platform_suspend() local261 value = readl(xhci_regs + XECP_PM_PMCSR); in cdns_imx_platform_suspend()264 writel(value, xhci_regs + XECP_PM_PMCSR); in cdns_imx_platform_suspend()300 value = readl(xhci_regs + XECP_PM_PMCSR); in cdns_imx_platform_suspend()303 writel(value, xhci_regs + XECP_PM_PMCSR); in cdns_imx_platform_suspend()306 value = readl(xhci_regs + XECP_AUX_CTRL_REG1); in cdns_imx_platform_suspend()308 writel(value, xhci_regs + XECP_AUX_CTRL_REG1); in cdns_imx_platform_suspend()
82 void __iomem *xhci_regs; member
79 cdns->xhci_regs = hcd->regs; in __cdns3_host_init()
5641 + void __iomem *xhci_regs;5645 + xhci_regs = ioremap(dwc->xhci_resources[0].start,5647 + if (IS_ERR(xhci_regs)) {5648 + dev_err(dwc->dev, "Failed to ioremap xhci_regs\n");5652 + op_regs_base = HC_LENGTH(readl(xhci_regs));5653 + reg = readl(xhci_regs + XHCI_HCSPARAMS1);5658 + reg = readl(xhci_regs + offset);5660 + writel(reg, xhci_regs + offset);5663 + iounmap(xhci_regs);