Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/marvell/
Dskge.c212 PHY_CT_RESET | PHY_CT_SPS_LSB | PHY_CT_ANE | in skge_wol_init()
1363 ctl |= PHY_CT_ANE | PHY_CT_RE_CFG; in bcom_phy_init()
1408 ctrl = PHY_CT_ANE | PHY_CT_RE_CFG; in xm_phy_init()
1969 ctrl &= ~PHY_CT_ANE; in yukon_init()
2005 ctrl |= PHY_CT_ANE | PHY_CT_RE_CFG; in yukon_init()
Dskge.h1023 PHY_CT_ANE = 1<<12, /* Bit 12: Auto-Negotiation Enabled */ enumerator
Dsky2.h1185 PHY_CT_ANE = 1<<12, /* Bit 12: Auto-Negotiation Enabled */ enumerator
Dsky2.c451 ctrl |= PHY_CT_ANE | PHY_CT_RE_CFG; in sky2_phy_init()
722 gm_phy_write(hw, port, PHY_MARV_CTRL, PHY_CT_ANE); in sky2_phy_power_up()