Searched refs:phy_read16 (Results 1 – 4 of 4) sorted by relevance
66 #define phy_read16(l, a) read16((void __iomem *)SGMIIPHY_ADDR(l, a)) macro
281 .phy_read16 = b53_mdio_phy_read16,
45 int (*phy_read16)(struct b53_device *dev, int addr, int reg, u16 *value); member
816 if (priv->ops->phy_read16) in b53_phy_read16()817 ret = priv->ops->phy_read16(priv, addr, reg, &value); in b53_phy_read16()