Searched refs:xhci_regs (Results 1 – 6 of 6) 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()
84 void __iomem *xhci_regs; member
79 cdns->xhci_regs = hcd->regs; in __cdns3_host_init()
26 hccr = (struct xhci_hccr *)cdns->xhci_regs; in __cdns3_host_init()27 hcor = (struct xhci_hcor *)(cdns->xhci_regs + in __cdns3_host_init()
75 void __iomem *xhci_regs; member
321 cdns->xhci_regs = dev_remap_addr_name(dev, "xhci"); in cdns3_probe()322 if (!cdns->xhci_regs) in cdns3_probe()