PHY_REVISION_MASK
priv->hw_params.gphy_rev = rev & PHY_REVISION_MASK;
hw->phy_id |= (u32)(phy_id_low & PHY_REVISION_MASK);
hw->phy_revision = (u32)phy_id_low & ~PHY_REVISION_MASK;
phy->revision = (u32)(phy_id & ~PHY_REVISION_MASK);
phy_id |= (u32)(phy_reg & PHY_REVISION_MASK);
hw->phy.revision = (u32)(phy_reg & ~PHY_REVISION_MASK);
if ((phy->id != 0) && (phy->id != PHY_REVISION_MASK))
phy->id |= (u32)(phy_id & PHY_REVISION_MASK);
phy->revision = (u32)(phy_id & ~PHY_REVISION_MASK);
if (phy->id != 0 && phy->id != PHY_REVISION_MASK)
phy->id |= (u32)(phy_id & PHY_REVISION_MASK);
phy->revision = (u32)(phy_id & ~PHY_REVISION_MASK);
phy->id |= (u32)(phy_id & PHY_REVISION_MASK);
phy->revision = (u32)(phy_id & ~PHY_REVISION_MASK);