PHY_REVISION_MASK
phy->id |= (u32)(phy_id & PHY_REVISION_MASK);
phy->revision = (u32)(phy_id & ~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)