Searched refs:xhci_regs (Results 1 – 3 of 3) sorted by relevance
255 void __iomem *xhci_regs = cdns->xhci_regs; in cdns_imx_platform_suspend() local264 value = readl(xhci_regs + XECP_PM_PMCSR); in cdns_imx_platform_suspend()267 writel(value, xhci_regs + XECP_PM_PMCSR); in cdns_imx_platform_suspend()303 value = readl(xhci_regs + XECP_PM_PMCSR); in cdns_imx_platform_suspend()306 writel(value, xhci_regs + XECP_PM_PMCSR); in cdns_imx_platform_suspend()309 value = readl(xhci_regs + XECP_AUX_CTRL_REG1); in cdns_imx_platform_suspend()311 writel(value, xhci_regs + XECP_AUX_CTRL_REG1); in cdns_imx_platform_suspend()
85 void __iomem *xhci_regs; member
120 cdns->xhci_regs = hcd->regs; in __cdns_host_init()