Searched refs:lrecr (Results 1 – 1 of 1) sorted by relevance
1291 int lrecr = phy_read(phydev, MII_BCM54XX_LRECR); in lre_read_status_fixed() local1293 if (lrecr < 0) in lre_read_status_fixed()1294 return lrecr; in lre_read_status_fixed()1298 if (lrecr & LRECR_SPEED100) in lre_read_status_fixed()1319 int status = 0, lrecr; in lre_update_link() local1321 lrecr = phy_read(phydev, MII_BCM54XX_LRECR); in lre_update_link()1322 if (lrecr < 0) in lre_update_link()1323 return lrecr; in lre_update_link()1328 if (lrecr & BMCR_ANRESTART) in lre_update_link()