Searched refs:phy_write16 (Results 1 - 5 of 5) sorted by relevance

/openwrt/target/linux/generic/files/include/linux/
H A Dswitch.h104 int (*phy_write16)(struct switch_dev *dev, int addr, u8 reg, u16 value); member in struct:switch_dev_ops
/openwrt/target/linux/generic/files/drivers/net/phy/
H A Dswconfig.c1182 if (WARN_ON(!dev->ops->phy_write16))
1187 dev->ops->phy_write16(dev, port, MII_BMCR, 0x0000);
1188 dev->ops->phy_write16(dev, port, MII_BMCR, BMCR_ANENABLE | BMCR_ANRESTART);
1208 dev->ops->phy_write16(dev, port, MII_BMCR, bmcr);
/openwrt/target/linux/generic/files/drivers/net/phy/b53/
H A Db53_common.c839 if (priv->ops->phy_write16)
840 return priv->ops->phy_write16(priv, addr, reg, value);
1055 .phy_write16 = b53_phy_write16,
1081 .phy_write16 = b53_phy_write16,
1107 .phy_write16 = b53_phy_write16,
H A Db53_priv.h40 int (*phy_write16)(struct b53_device *dev, int addr, u8 reg, u16 value); member in struct:b53_io_ops
H A Db53_mdio.c271 .phy_write16 = b53_mdio_phy_write16,

Completed in 35 milliseconds