Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/cdns3/
H A Dcdns3-imx.c252 void __iomem *xhci_regs = cdns->xhci_regs; in cdns_imx_platform_suspend() local
261 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()
H A Dcore.h84 void __iomem *xhci_regs; member
H A Dhost.c79 cdns->xhci_regs = hcd->regs; in __cdns3_host_init()
/OK3568_Linux_fs/u-boot/drivers/usb/cdns3/
H A Dhost.c26 hccr = (struct xhci_hccr *)cdns->xhci_regs; in __cdns3_host_init()
27 hcor = (struct xhci_hcor *)(cdns->xhci_regs + in __cdns3_host_init()
H A Dcore.h75 void __iomem *xhci_regs; member
H A Dcore.c321 cdns->xhci_regs = dev_remap_addr_name(dev, "xhci"); in cdns3_probe()
322 if (!cdns->xhci_regs) in cdns3_probe()