Searched refs:cluster_phy (Results 1 – 1 of 1) sorted by relevance
33 struct armada375_cluster_phy *cluster_phy; in armada375_usb_phy_init() local36 cluster_phy = phy_get_drvdata(phy); in armada375_usb_phy_init()37 if (!cluster_phy) in armada375_usb_phy_init()40 reg = readl(cluster_phy->reg); in armada375_usb_phy_init()41 if (cluster_phy->use_usb3) in armada375_usb_phy_init()45 writel(reg, cluster_phy->reg); in armada375_usb_phy_init()66 struct armada375_cluster_phy *cluster_phy = dev_get_drvdata(dev); in armada375_usb_phy_xlate() local68 if (!cluster_phy) in armada375_usb_phy_xlate()77 if (WARN_ON((cluster_phy->phy_provided != PHY_NONE) && in armada375_usb_phy_xlate()78 (cluster_phy->phy_provided != args->args[0]))) { in armada375_usb_phy_xlate()[all …]