Searched refs:cluster_phy (Results 1 – 1 of 1) sorted by relevance
37 struct armada375_cluster_phy *cluster_phy; in armada375_usb_phy_init() local40 cluster_phy = phy_get_drvdata(phy); in armada375_usb_phy_init()41 if (!cluster_phy) in armada375_usb_phy_init()44 reg = readl(cluster_phy->reg); in armada375_usb_phy_init()45 if (cluster_phy->use_usb3) in armada375_usb_phy_init()49 writel(reg, cluster_phy->reg); in armada375_usb_phy_init()70 struct armada375_cluster_phy *cluster_phy = dev_get_drvdata(dev); in armada375_usb_phy_xlate() local72 if (!cluster_phy) in armada375_usb_phy_xlate()81 if (WARN_ON((cluster_phy->phy_provided != PHY_NONE) && in armada375_usb_phy_xlate()82 (cluster_phy->phy_provided != args->args[0]))) { in armada375_usb_phy_xlate()[all …]