Searched refs:lrecr (Results 1 – 1 of 1) sorted by relevance
1341 int lrecr = phy_read(phydev, MII_BCM54XX_LRECR); in lre_read_status_fixed() local1343 if (lrecr < 0) in lre_read_status_fixed()1344 return lrecr; in lre_read_status_fixed()1348 if (lrecr & LRECR_SPEED100) in lre_read_status_fixed()1369 int status = 0, lrecr; in lre_update_link() local1371 lrecr = phy_read(phydev, MII_BCM54XX_LRECR); in lre_update_link()1372 if (lrecr < 0) in lre_update_link()1373 return lrecr; in lre_update_link()1378 if (lrecr & BMCR_ANRESTART) in lre_update_link()