Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/phy/marvell/
Dphy-mvebu-a3700-comphy.c264 void __iomem *lane2_phy_indirect; /* SATA and USB3 */ member
391 priv->lane2_phy_indirect + COMPHY_LANE2_INDIR_ADDR); in comphy_set_indirect()
392 comphy_reg_set(priv->lane2_phy_indirect + COMPHY_LANE2_INDIR_DATA, in comphy_set_indirect()
425 lane->priv->lane2_phy_indirect + in comphy_lane_reg_poll()
428 ret = readl_poll_timeout(lane->priv->lane2_phy_indirect + in comphy_lane_reg_poll()
1273 priv->lane2_phy_indirect = devm_ioremap_resource(&pdev->dev, res); in mvebu_a3700_comphy_probe()
1274 if (IS_ERR(priv->lane2_phy_indirect)) in mvebu_a3700_comphy_probe()
1275 return PTR_ERR(priv->lane2_phy_indirect); in mvebu_a3700_comphy_probe()