Searched refs:xhci_regs (Results 1 – 4 of 4) sorted by relevance
31 void __iomem *xhci_regs; in dwc3_power_off_all_roothub_ports() local40 xhci_regs = ioremap(dwc->xhci_resources[0].start, DWC3_XHCI_REGS_END); in dwc3_power_off_all_roothub_ports()41 if (!xhci_regs) { in dwc3_power_off_all_roothub_ports()46 op_regs_base = HC_LENGTH(readl(xhci_regs)); in dwc3_power_off_all_roothub_ports()47 reg = readl(xhci_regs + XHCI_HCSPARAMS1); in dwc3_power_off_all_roothub_ports()52 reg = readl(xhci_regs + offset); in dwc3_power_off_all_roothub_ports()54 writel(reg, xhci_regs + offset); in dwc3_power_off_all_roothub_ports()57 iounmap(xhci_regs); in dwc3_power_off_all_roothub_ports()
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()
86 void __iomem *xhci_regs; member
122 cdns->xhci_regs = hcd->regs; in __cdns_host_init()