Searched refs:PHY_REVISION_MASK (Results 1 – 6 of 6) sorted by relevance
1224 #define PHY_REVISION_MASK 0xFFFFFFF0 macro
224 phy->id |= (u32)(phy_id & PHY_REVISION_MASK); in e1000_get_phy_id()225 phy->revision = (u32)(phy_id & ~PHY_REVISION_MASK); in e1000_get_phy_id()227 if (phy->id != 0 && phy->id != PHY_REVISION_MASK) in e1000_get_phy_id()
468 phy->revision = (u32)(phy_id & ~PHY_REVISION_MASK); in e1000_get_phy_id_82571()
189 phy_id |= (u32)(phy_reg & PHY_REVISION_MASK); in e1000_phy_is_accessible_pchlan()198 hw->phy.revision = (u32)(phy_reg & ~PHY_REVISION_MASK); in e1000_phy_is_accessible_pchlan()460 if ((phy->id != 0) && (phy->id != PHY_REVISION_MASK)) in e1000_init_phy_params_pchlan()
1319 #define PHY_REVISION_MASK 0xFFFFFFF0 macro
223 phy->id |= (u32)(phy_id & PHY_REVISION_MASK); in igc_get_phy_id()224 phy->revision = (u32)(phy_id & ~PHY_REVISION_MASK); in igc_get_phy_id()226 if (phy->id != 0 && phy->id != PHY_REVISION_MASK) in igc_get_phy_id()