Searched refs:PHY_REVISION_MASK (Results 1 – 2 of 2) sorted by relevance
2445 #define PHY_REVISION_MASK 0xFFFFFFF0 macro
4922 hw->phy_id |= (uint32_t) (phy_id_low & PHY_REVISION_MASK); in e1000_detect_gig_phy()4923 hw->phy_revision = (uint32_t) phy_id_low & ~PHY_REVISION_MASK; in e1000_detect_gig_phy()