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

/drivers/net/ethernet/dec/tulip/
H A Dmedia.c48 int tulip_mdio_read(struct net_device *dev, int phy_id, int location) function
272 (tulip_mdio_read (dev, phy_num, MII_BMCR) & BMCR_RESET))
299 (tulip_mdio_read (dev, phy_num, MII_BMCR) & BMCR_RESET))
408 bmsr = tulip_mdio_read(dev, tp->phys[0], MII_BMSR);
409 lpa = tulip_mdio_read(dev, tp->phys[0], MII_LPA);
416 int new_bmsr = tulip_mdio_read(dev, tp->phys[0], MII_BMSR);
463 int mii_status = tulip_mdio_read (dev, phy, MII_BMSR);
472 mii_reg0 = tulip_mdio_read (dev, phy, MII_BMCR);
473 mii_advert = tulip_mdio_read (dev, phy, MII_ADVERTISE);
481 unsigned int tmpadv = tulip_mdio_read (de
[all...]

Completed in 177 milliseconds