Searched refs:lrecr (Results 1 – 1 of 1) sorted by relevance
1336 int lrecr = phy_read(phydev, MII_BCM54XX_LRECR); in lre_read_status_fixed() local1338 if (lrecr < 0) in lre_read_status_fixed()1339 return lrecr; in lre_read_status_fixed()1343 if (lrecr & LRECR_SPEED100) in lre_read_status_fixed()1364 int status = 0, lrecr; in lre_update_link() local1366 lrecr = phy_read(phydev, MII_BCM54XX_LRECR); in lre_update_link()1367 if (lrecr < 0) in lre_update_link()1368 return lrecr; in lre_update_link()1373 if (lrecr & BMCR_ANRESTART) in lre_update_link()