Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/phy/marvell/
H A 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 in armada375_usb_phy_xlate()
109 struct armada375_cluster_phy *cluster_phy; armada375_usb_phy_probe() local
[all...]
/kernel/linux/linux-6.6/drivers/phy/marvell/
H A 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 in armada375_usb_phy_xlate()
108 struct armada375_cluster_phy *cluster_phy; armada375_usb_phy_probe() local
[all...]

Completed in 1 milliseconds