Searched refs:phytype (Results 1 – 3 of 3) sorted by relevance
| /openbmc/u-boot/drivers/net/ |
| H A D | mcfmii.c | 138 uint phyno, phytype; in mii_discover_phy() local 157 phytype = mii_send(mk_mii_read(phyno, MII_PHYSID1)); in mii_discover_phy() 159 printf("PHY type 0x%x pass %d type\n", phytype, pass); in mii_discover_phy() 161 if (phytype == 0xffff) in mii_discover_phy() 164 phytype <<= 16; in mii_discover_phy() 165 phytype |= in mii_discover_phy() 174 if (phyinfo[i].phyid == phytype) { in mii_discover_phy() 189 printf("0x%08x\n", phytype); in mii_discover_phy()
|
| H A D | mpc8xx_fec.c | 754 uint phytype; in mii_discover_phy() local 768 phytype = mii_send(mk_mii_read(phyno, MII_PHYSID2)); in mii_discover_phy() 769 if (phytype != 0xffff) { in mii_discover_phy() 771 phytype |= mii_send(mk_mii_read(phyno, in mii_discover_phy()
|
| /openbmc/u-boot/drivers/net/phy/ |
| H A D | xilinx_phy.c | 101 u32 phytype; in xilinxphy_of_init() local 109 phytype = ofnode_read_u32_default(node, "xlnx,phy-type", -1); in xilinxphy_of_init() 110 if (phytype == XAE_PHY_TYPE_1000BASE_X) in xilinxphy_of_init()
|