staticint upd60620_config_init(struct phy_device *phydev)
{ /* Enable support for passive HUBs (could be a strap option) */ /* PHYMODE: All speeds, HD in parallel detect */ return phy_write(phydev, PHY_SPM, 0x0180 | phydev->mdio.addr);
}
/* Get PHY status from common registers */
staticint upd60620_read_status(struct phy_device *phydev)
{ int phy_state;
/* Read negotiated state */
phy_state = phy_read(phydev, MII_BMSR); if (phy_state < 0) return phy_state;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.