Searched refs:IXGBE_PHY_REVISION_MASK (Results 1 – 2 of 2) sorted by relevance
140 hw->phy.id |= (u32)(phy_id_low & IXGBE_PHY_REVISION_MASK); in ixgbe_get_phy_id()141 hw->phy.revision = (u32)(phy_id_low & ~IXGBE_PHY_REVISION_MASK); in ixgbe_get_phy_id()
1143 #define IXGBE_PHY_REVISION_MASK 0xFFFFFFF0 macro