Searched refs:ftgmac100_phy_read (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/drivers/net/ |
D | ftgmac100.c | 117 int ftgmac100_phy_read(struct eth_device *dev, int addr, int reg, u16 *value) in ftgmac100_phy_read() function 151 ftgmac100_phy_read(dev, priv->phy_addr, MII_BMSR, &status); in ftgmac100_phy_reset() 181 ftgmac100_phy_read(dev, phy_addr, MII_PHYSID1, &phy_id); in ftgmac100_phy_init() 200 ftgmac100_phy_read(dev, priv->phy_addr, MII_BMSR, &status); in ftgmac100_phy_init() 207 ftgmac100_phy_read(dev, priv->phy_addr, in ftgmac100_phy_init() 222 ftgmac100_phy_read(dev, priv->phy_addr, in ftgmac100_phy_init() 238 ftgmac100_phy_read(dev, priv->phy_addr, MII_ADVERTISE, &adv); in ftgmac100_phy_init() 239 ftgmac100_phy_read(dev, priv->phy_addr, MII_LPA, &lpa); in ftgmac100_phy_init() 262 ftgmac100_phy_read(dev, priv->phy_addr, MII_STAT1000, &stat_ge); in ftgmac100_update_link_speed() 265 ftgmac100_phy_read(dev, priv->phy_addr, MII_BMSR, &stat_fe); in ftgmac100_update_link_speed()
|