Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dsky2.h1247 PHY_M_IS_AN_COMPL = 1<<11, /* Auto-Negotiation Completed */ enumerator
1262 PHY_M_AN_MSK = PHY_M_IS_AN_ERROR | PHY_M_IS_AN_COMPL,
Dskge.h1467 PHY_M_IS_AN_COMPL = 1<<11, /* Auto-Negotiation Completed */ enumerator
1483 PHY_M_IS_AN_MSK = PHY_M_IS_AN_ERROR | PHY_M_IS_AN_COMPL,
Dsky2.c586 gm_phy_write(hw, port, PHY_MARV_INT_MASK, PHY_M_IS_AN_COMPL); in sky2_phy_init()
1522 if (sky2->autoneg == AUTONEG_ENABLE && (istatus & PHY_M_IS_AN_COMPL)) { in sky2_phy_intr()
Dskge.c1582 if (istatus & PHY_M_IS_AN_COMPL) { in yukon_phy_intr()