Searched refs:tulip_mdio_write (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/net/tulip/ |
D | media.c | 119 void tulip_mdio_write(struct net_device *dev, int phy_id, int location, int val) in tulip_mdio_write() function 297 tulip_mdio_write(dev, tp->phys[phy_num], 4, tp->mii_advertise); in tulip_select_media() 516 tulip_mdio_write (dev, phy, 4, to_advert); in tulip_find_mii() 552 tulip_mdio_write (dev, phy, MII_BMCR, new_bmcr); in tulip_find_mii() 555 tulip_mdio_write (dev, phy, MII_BMCR, new_bmcr); in tulip_find_mii()
|
D | tulip.h | 463 void tulip_mdio_write(struct net_device *dev, int phy_id, int location, int value);
|
D | tulip_core.c | 1041 tulip_mdio_write (dev, data->phy_id & 0x1f, regnum, data->val_in); in private_ioctl()
|