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

/openwrt/target/linux/generic/files/include/linux/
H A Dswitch.h103 int (*phy_read16)(struct switch_dev *dev, int addr, u8 reg, u16 *value); member in struct:switch_dev_ops
/openwrt/target/linux/generic/files/drivers/net/phy/b53/
H A Db53_common.c829 if (priv->ops->phy_read16)
830 return priv->ops->phy_read16(priv, addr, reg, value);
1054 .phy_read16 = b53_phy_read16,
1080 .phy_read16 = b53_phy_read16,
1106 .phy_read16 = b53_phy_read16,
H A Db53_priv.h39 int (*phy_read16)(struct b53_device *dev, int addr, u8 reg, u16 *value); member in struct:b53_io_ops
H A Db53_mdio.c270 .phy_read16 = b53_mdio_phy_read16,

Completed in 81 milliseconds