Searched refs:tulip_mdio_write (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/tulip/
H A Dmedia.c115 void tulip_mdio_write(struct net_device *dev, int phy_id, int location, int val) function
325 tulip_mdio_write(dev, tp->phys[phy_num], 4, tp->mii_advertise);
516 tulip_mdio_write (dev, phy, 4, to_advert);
552 tulip_mdio_write (dev, phy, MII_BMCR, new_bmcr);
555 tulip_mdio_write (dev, phy, MII_BMCR, new_bmcr);
H A Dtulip.h438 void tulip_mdio_write(struct net_device *dev, int phy_id, int location, int value);
H A Dtulip_core.c931 tulip_mdio_write (dev, data->phy_id & 0x1f, regnum, data->val_in);

Completed in 53 milliseconds