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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/tulip/
H A Dmedia.c52 int tulip_mdio_read(struct net_device *dev, int phy_id, int location) function
280 (tulip_mdio_read (dev, phy_num, MII_BMCR) & BMCR_RESET))
307 (tulip_mdio_read (dev, phy_num, MII_BMCR) & BMCR_RESET))
418 bmsr = tulip_mdio_read(dev, tp->phys[0], MII_BMSR);
419 lpa = tulip_mdio_read(dev, tp->phys[0], MII_LPA);
426 int new_bmsr = tulip_mdio_read(dev, tp->phys[0], MII_BMSR);
472 int mii_status = tulip_mdio_read (dev, phy, MII_BMSR);
481 mii_reg0 = tulip_mdio_read (dev, phy, MII_BMCR);
482 mii_advert = tulip_mdio_read (dev, phy, MII_ADVERTISE);
490 unsigned int tmpadv = tulip_mdio_read (de
[all...]
H A Dtimer.c173 tulip_mdio_read(dev, tp->phys[0], 1),
174 tulip_mdio_read(dev, tp->phys[0], 5));
H A Dtulip.h437 int tulip_mdio_read(struct net_device *dev, int phy_id, int location);
H A Dtulip_core.c416 dev->name, tp->phys[0], tulip_mdio_read(dev, tp->phys[0], 1));
895 data->val_out = tulip_mdio_read (dev, data->phy_id & 0x1f, regnum);

Completed in 64 milliseconds