Home
last modified time | relevance | path

Searched refs:phytype (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/drivers/net/
H A Dmcfmii.c139 uint phyno, phytype; in mii_discover_phy() local
158 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()
H A Dmpc8xx_fec.c755 uint phytype; in mii_discover_phy() local
769 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()
/rk3399_rockchip-uboot/drivers/net/phy/
H A Dxilinx_phy.c104 u32 phytype; in xilinxphy_of_init() local
107 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()