Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
Dax88180.c57 static unsigned short ax88180_mdio_read (struct eth_device *dev,
83 ax88180_mdio_read (struct eth_device *dev, unsigned long regaddr) in ax88180_mdio_read() function
119 while (ax88180_mdio_read (dev, MII_BMCR) & BMCR_RESET) { in ax88180_phy_reset()
269 priv->PhyID0 = ax88180_mdio_read(dev, MII_PHYSID1); in ax88180_phy_initial()
270 priv->PhyID1 = ax88180_mdio_read(dev, MII_PHYSID2); in ax88180_phy_initial()
289 tmp_regval = ax88180_mdio_read(dev, M88E1111_EXT_SSR); in ax88180_phy_initial()
309 tmp_regval = ax88180_mdio_read(dev, CIS_AUX_CTRL_STATUS); in ax88180_phy_initial()
340 bmsr_val = ax88180_mdio_read (dev, MII_BMSR); in ax88180_media_config()
347 bmsr_val = ax88180_mdio_read (dev, MII_BMSR); in ax88180_media_config()
351 bmcr_val = ax88180_mdio_read (dev, MII_BMCR); in ax88180_media_config()
[all …]