Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/dsa/b53/
H A Db53_mdio.c282 .phy_read16 = b53_mdio_phy_read16,
H A Db53_mmap.c243 .phy_read16 = b53_mmap_phy_read16,
H A Db53_priv.h44 int (*phy_read16)(struct b53_device *dev, int addr, int reg, u16 *value); member
H A Db53_common.c876 if (priv->ops->phy_read16) in b53_phy_read16()
877 ret = priv->ops->phy_read16(priv, addr, reg, &value); in b53_phy_read16()