Home
last modified time | relevance | path

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

/openbmc/linux/drivers/phy/marvell/
H A Dphy-mvebu-a3700-comphy.c265 void __iomem *lane2_phy_indirect; /* SATA and USB3 */ member
392 priv->lane2_phy_indirect + COMPHY_LANE2_INDIR_ADDR); in comphy_set_indirect()
393 comphy_reg_set(priv->lane2_phy_indirect + COMPHY_LANE2_INDIR_DATA, in comphy_set_indirect()
426 lane->priv->lane2_phy_indirect + in comphy_lane_reg_poll()
429 ret = readl_poll_timeout(lane->priv->lane2_phy_indirect + in comphy_lane_reg_poll()
1275 priv->lane2_phy_indirect = devm_ioremap_resource(&pdev->dev, res); in mvebu_a3700_comphy_probe()
1276 if (IS_ERR(priv->lane2_phy_indirect)) in mvebu_a3700_comphy_probe()
1277 return PTR_ERR(priv->lane2_phy_indirect); in mvebu_a3700_comphy_probe()