Searched refs:usb_cluster_base (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/phy/
H A Dphy-armada375-usb2.c111 void __iomem *usb_cluster_base; armada375_usb_phy_probe() local
120 usb_cluster_base = devm_ioremap_resource(&pdev->dev, res); armada375_usb_phy_probe()
121 if (IS_ERR(usb_cluster_base)) armada375_usb_phy_probe()
122 return PTR_ERR(usb_cluster_base); armada375_usb_phy_probe()
131 cluster_phy->reg = usb_cluster_base; armada375_usb_phy_probe()

Completed in 60 milliseconds