Searched refs:PHY_CT_ANE (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/ethernet/marvell/
H A Dskge.c201 PHY_CT_RESET | PHY_CT_SPS_LSB | PHY_CT_ANE |
1361 ctl |= PHY_CT_ANE | PHY_CT_RE_CFG;
1406 ctrl = PHY_CT_ANE | PHY_CT_RE_CFG;
1967 ctrl &= ~PHY_CT_ANE;
2003 ctrl |= PHY_CT_ANE | PHY_CT_RE_CFG;
H A Dsky2.h1179 PHY_CT_ANE = 1<<12, /* Bit 12: Auto-Negotiation Enabled */ enumerator in enum:__anon65
H A Dskge.h1017 PHY_CT_ANE = 1<<12, /* Bit 12: Auto-Negotiation Enabled */ enumerator in enum:__anon563
H A Dsky2.c439 ctrl |= PHY_CT_ANE | PHY_CT_RE_CFG;
710 gm_phy_write(hw, port, PHY_MARV_CTRL, PHY_CT_ANE);

Completed in 214 milliseconds