Searched refs:tulip_mdio_write (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/ethernet/dec/tulip/ |
| H A D | media.c | 109 void tulip_mdio_write(struct net_device *dev, int phy_id, int location, int val) in tulip_mdio_write() function 317 tulip_mdio_write(dev, tp->phys[phy_num], 4, tp->mii_advertise); in tulip_select_media() 499 tulip_mdio_write (dev, phy, 4, to_advert); in tulip_find_mii() 535 tulip_mdio_write (dev, phy, MII_BMCR, new_bmcr); in tulip_find_mii() 538 tulip_mdio_write (dev, phy, MII_BMCR, new_bmcr); in tulip_find_mii()
|
| H A D | tulip.h | 498 void tulip_mdio_write(struct net_device *dev, int phy_id, int location, int value);
|