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

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A De1000.c3082 uint16_t phy_id_high, phy_id_low; local
3088 if((ret_val = e1000_read_phy_reg(hw, PHY_ID1, &phy_id_high)))
3091 hw->phy_id = (uint32_t) (phy_id_high << 16);

Completed in 127 milliseconds