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