Searched refs:phy_id_low (Results 1 – 2 of 2) sorted by relevance
477 u16 phy_id_low = 0; in ixgbe_get_phy_id() local489 &phy_id_low); in ixgbe_get_phy_id()490 hw->phy.id |= (u32)(phy_id_low & IXGBE_PHY_REVISION_MASK); in ixgbe_get_phy_id()491 hw->phy.revision = (u32)(phy_id_low & ~IXGBE_PHY_REVISION_MASK); in ixgbe_get_phy_id()
3082 uint16_t phy_id_high, phy_id_low; local3093 if((ret_val = e1000_read_phy_reg(hw, PHY_ID2, &phy_id_low)))3096 hw->phy_id |= (uint32_t) (phy_id_low & PHY_REVISION_MASK);3098 hw->phy_revision = (uint32_t) phy_id_low & ~PHY_REVISION_MASK;