phyx             1394 drivers/net/ethernet/3com/3c59x.c 			int mii_status, phyx;
phyx             1401 drivers/net/ethernet/3com/3c59x.c 				phyx = 24;
phyx             1403 drivers/net/ethernet/3com/3c59x.c 				phyx = phy - 1;
phyx             1405 drivers/net/ethernet/3com/3c59x.c 				phyx = phy;
phyx             1406 drivers/net/ethernet/3com/3c59x.c 			mii_status = mdio_read(dev, phyx, MII_BMSR);
phyx             1408 drivers/net/ethernet/3com/3c59x.c 				vp->phys[phy_idx++] = phyx;
phyx             1411 drivers/net/ethernet/3com/3c59x.c 						phyx, mii_status);
phyx              612 drivers/net/ethernet/dlink/sundance.c 		int phyx = phy & 0x1f;
phyx              613 drivers/net/ethernet/dlink/sundance.c 		int mii_status = mdio_read(dev, phyx, MII_BMSR);
phyx              615 drivers/net/ethernet/dlink/sundance.c 			np->phys[phy_idx++] = phyx;
phyx              616 drivers/net/ethernet/dlink/sundance.c 			np->mii_if.advertising = mdio_read(dev, phyx, MII_ADVERTISE);
phyx              621 drivers/net/ethernet/dlink/sundance.c 				   dev->name, phyx, mii_status, np->mii_if.advertising);