Searched refs:phy_write16 (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/net/dsa/microchip/ |
D | ksz_priv.h | 76 int (*phy_write16)(struct ksz_device *dev, int addr, int reg, member
|
/Linux-v4.19/drivers/net/dsa/b53/ |
D | b53_mdio.c | 282 .phy_write16 = b53_mdio_phy_write16,
|
D | b53_priv.h | 45 int (*phy_write16)(struct b53_device *dev, int addr, int reg, u16 value); member
|
D | b53_common.c | 744 if (priv->ops->phy_write16) in b53_phy_write16() 745 return priv->ops->phy_write16(priv, addr, reg, val); in b53_phy_write16()
|