Searched refs:mv88e61xx_phy_read_indirect (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/drivers/net/phy/ |
H A D | mv88e61xx.c | 347 static int mv88e61xx_phy_read_indirect(struct mii_dev *smi_wrapper, int dev, in mv88e61xx_phy_read_indirect() function 397 return mv88e61xx_phy_read_indirect(phydev->bus, DEVADDR_PHY(phy), in mv88e61xx_phy_read() 905 smi_wrapper->read = mv88e61xx_phy_read_indirect; in mv88e61xx_probe() 1071 val = mv88e61xx_phy_read_indirect(&temp_mii, 0, devad, MII_PHYSID1); in get_phy_id() 1077 val = mv88e61xx_phy_read_indirect(&temp_mii, 0, devad, MII_PHYSID2); in get_phy_id()
|