Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/phy/marvell/
Dphy-mvebu-cp110-comphy.c33 #define MVEBU_COMPHY_SERDES_CFG2(n) (0x8 + (n) * 0x1000) macro
546 val = readl(priv->base + MVEBU_COMPHY_SERDES_CFG2(lane->id)); in mvebu_comphy_set_mode_rxaui()
548 writel(val, priv->base + MVEBU_COMPHY_SERDES_CFG2(lane->id)); in mvebu_comphy_set_mode_rxaui()
604 val = readl(priv->base + MVEBU_COMPHY_SERDES_CFG2(lane->id)); in mvebu_comphy_set_mode_10gbaser()
606 writel(val, priv->base + MVEBU_COMPHY_SERDES_CFG2(lane->id)); in mvebu_comphy_set_mode_10gbaser()