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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/e1000/
H A De1000_hw.c4020 uint16_t phy_id_high, phy_id_low; local
4048 ret_val = e1000_read_phy_reg(hw, PHY_ID1, &phy_id_high);
4052 hw->phy_id = (uint32_t) (phy_id_high << 16);

Completed in 71 milliseconds