Searched refs:phy_id_low (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/net/
H A De1000.c4867 uint16_t phy_id_high, phy_id_low; local
4898 ret_val = e1000_read_phy_reg(hw, PHY_ID2, &phy_id_low);
4902 hw->phy_id |= (uint32_t) (phy_id_low & PHY_REVISION_MASK);
4903 hw->phy_revision = (uint32_t) phy_id_low & ~PHY_REVISION_MASK;

Completed in 44 milliseconds