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