Home | History | Annotate | Download | only in netboot

Lines Matching refs:phy

669         int phy, phy_idx = 0;
670 for (phy = 1; phy < 32 && phy_idx < 4; phy++) {
671 int mii_status = mdio_read(ioaddr, phy, 1);
673 w840private.phys[phy_idx++] = phy;
674 w840private.advertising = mdio_read(ioaddr, phy, 4);
677 printf("winbond-840 : MII PHY found at address %d, status "
678 "%X advertising %hX.\n", phy, mii_status, w840private.advertising);
687 printf("winbond-840 : MII PHY not found -- this device may not operate correctly.\n");