Home
last modified time | relevance | path

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

/openbmc/linux/drivers/phy/marvell/
H A Dphy-armada375-usb2.c37 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()
68 if (!cluster_phy) in armada375_usb_phy_xlate()
88 cluster_phy->use_usb3 = false; in armada375_usb_phy_xlate()
90 cluster_phy->use_usb3 = true; in armada375_usb_phy_xlate()
99 return cluster_phy->phy; in armada375_usb_phy_xlate()
110 cluster_phy = devm_kzalloc(dev, sizeof(*cluster_phy), GFP_KERNEL); in armada375_usb_phy_probe()
111 if (!cluster_phy) in armada375_usb_phy_probe()
[all …]