Searched refs:phy_id_low (Results 1 – 1 of 1) sorted by relevance
4104 uint16_t phy_id_high, phy_id_low; in e1000_detect_gig_phy() local4138 ret_val = e1000_read_phy_reg(hw, PHY_ID2, &phy_id_low); in e1000_detect_gig_phy()4142 hw->phy_id |= (uint32_t) (phy_id_low & PHY_REVISION_MASK); in e1000_detect_gig_phy()4143 hw->phy_revision = (uint32_t) phy_id_low & ~PHY_REVISION_MASK; in e1000_detect_gig_phy()