Home
last modified time | relevance | path

Searched refs:phyx (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/net/
Dsundance.c588 int phyx = phy & 0x1f; in sundance_probe1() local
589 int mii_status = mdio_read(dev, phyx, MII_BMSR); in sundance_probe1()
591 np->phys[phy_idx++] = phyx; in sundance_probe1()
592 np->mii_if.advertising = mdio_read(dev, phyx, MII_ADVERTISE); in sundance_probe1()
597 dev->name, phyx, mii_status, np->mii_if.advertising); in sundance_probe1()
D3c59x.c1405 int mii_status, phyx; in vortex_probe1() local
1412 phyx = 24; in vortex_probe1()
1414 phyx = phy - 1; in vortex_probe1()
1416 phyx = phy; in vortex_probe1()
1417 mii_status = mdio_read(dev, phyx, MII_BMSR); in vortex_probe1()
1419 vp->phys[phy_idx++] = phyx; in vortex_probe1()
1422 phyx, mii_status); in vortex_probe1()