Searched refs:phytype (Results 1 – 2 of 2) sorted by relevance
127 uint phyno, phytype; in mii_discover_phy() local146 phytype = mii_send(mk_mii_read(phyno, MII_PHYSID1)); in mii_discover_phy()148 printf("PHY type 0x%x pass %d\n", phytype, pass); in mii_discover_phy()150 if (phytype == 0xffff) in mii_discover_phy()153 phytype <<= 16; in mii_discover_phy()154 phytype |= in mii_discover_phy()163 if (phyinfo[i].phyid == phytype) { in mii_discover_phy()178 printf("0x%08x\n", phytype); in mii_discover_phy()
729 uint phytype; in mii_discover_phy() local743 phytype = mii_send(mk_mii_read(phyno, MII_PHYSID2)); in mii_discover_phy()744 if (phytype != 0xffff) { in mii_discover_phy()746 phytype |= mii_send(mk_mii_read(phyno, in mii_discover_phy()
Completed in 9 milliseconds