Searched refs:ag7xxx_mdio_read (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/drivers/net/ |
H A D | ag7xxx.c | 319 static int ag7xxx_mdio_read(struct mii_dev *bus, int addr, int devad, int reg) in ag7xxx_mdio_read() function 729 ret = ag7xxx_mdio_read(priv->bus, port, 0, MII_BMCR); in ag933x_phy_setup_reset_fin() 760 ret = ag7xxx_mdio_read(priv->bus, phymax, 0, MII_MIPSCR); in ag933x_phy_setup_common() 782 ret = ag7xxx_mdio_read(priv->bus, i, 0, MII_MIPSCR); in ag933x_phy_setup_common() 881 bus->read = ag7xxx_mdio_read; in ag7xxx_mdio_probe()
|