Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/phy/marvell/
Dphy-armada375-usb2.c33 struct armada375_cluster_phy *cluster_phy; in armada375_usb_phy_init() local
36 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() local
68 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 …]