Searched refs:xhci_regs (Results 1 – 3 of 3) sorted by relevance
257 void __iomem *xhci_regs = cdns->xhci_regs; in cdns_imx_platform_suspend() local266 value = readl(xhci_regs + XECP_PM_PMCSR); in cdns_imx_platform_suspend()269 writel(value, xhci_regs + XECP_PM_PMCSR); in cdns_imx_platform_suspend()305 value = readl(xhci_regs + XECP_PM_PMCSR); in cdns_imx_platform_suspend()308 writel(value, xhci_regs + XECP_PM_PMCSR); in cdns_imx_platform_suspend()311 value = readl(xhci_regs + XECP_AUX_CTRL_REG1); in cdns_imx_platform_suspend()313 writel(value, xhci_regs + XECP_AUX_CTRL_REG1); in cdns_imx_platform_suspend()
85 void __iomem *xhci_regs; member
82 cdns->xhci_regs = hcd->regs; in __cdns_host_init()