Home
last modified time | relevance | path

Searched refs:xhci_regs (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/usb/dwc3/
H A Dhost.c31 void __iomem *xhci_regs; in dwc3_power_off_all_roothub_ports() local
40 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()
/linux/drivers/usb/cdns3/
H A Dcdns3-imx.c255 void __iomem *xhci_regs = cdns->xhci_regs; in cdns_imx_platform_suspend() local
264 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()
H A Dcore.h86 void __iomem *xhci_regs; member
H A Dhost.c122 cdns->xhci_regs = hcd->regs; in __cdns_host_init()