Searched refs:PHY_REVISION_MASK (Results 1 – 6 of 6) sorted by relevance
152 phy->id |= (u32)(phy_id & PHY_REVISION_MASK); in igc_get_phy_id()153 phy->revision = (u32)(phy_id & ~PHY_REVISION_MASK); in igc_get_phy_id()
1075 #define PHY_REVISION_MASK 0xFFFFFFF0 macro
1255 #define PHY_REVISION_MASK 0xFFFFFFF0 macro
247 phy->id |= (u32)(phy_id & PHY_REVISION_MASK); in e1000_get_phy_id()248 phy->revision = (u32)(phy_id & ~PHY_REVISION_MASK); in e1000_get_phy_id()250 if (phy->id != 0 && phy->id != PHY_REVISION_MASK) in e1000_get_phy_id()
494 phy->revision = (u32)(phy_id & ~PHY_REVISION_MASK); in e1000_get_phy_id_82571()
220 phy_id |= (u32)(phy_reg & PHY_REVISION_MASK); in e1000_phy_is_accessible_pchlan()229 hw->phy.revision = (u32)(phy_reg & ~PHY_REVISION_MASK); in e1000_phy_is_accessible_pchlan()497 if ((phy->id != 0) && (phy->id != PHY_REVISION_MASK)) in e1000_init_phy_params_pchlan()