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