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