Searched refs:phytype (Results 1 – 3 of 3) sorted by relevance
139 uint phyno, phytype; in mii_discover_phy() local158 phytype = mii_send(mk_mii_read(phyno, MII_PHYSID1)); in mii_discover_phy()160 printf("PHY type 0x%x pass %d type\n", phytype, pass); in mii_discover_phy()162 if (phytype == 0xffff) in mii_discover_phy()165 phytype <<= 16; in mii_discover_phy()166 phytype |= in mii_discover_phy()175 if (phyinfo[i].phyid == phytype) { in mii_discover_phy()190 printf("0x%08x\n", phytype); in mii_discover_phy()
755 uint phytype; in mii_discover_phy() local769 phytype = mii_send(mk_mii_read(phyno, MII_PHYSID2)); in mii_discover_phy()770 if (phytype != 0xffff) { in mii_discover_phy()772 phytype |= mii_send(mk_mii_read(phyno, in mii_discover_phy()
104 u32 phytype; in xilinxphy_of_init() local107 phytype = fdtdec_get_int(gd->fdt_blob, dev_of_offset(phydev->dev), in xilinxphy_of_init()109 if (phytype == XAE_PHY_TYPE_1000BASE_X) in xilinxphy_of_init()